removed test job
Some checks failed
Build and upload a binary on tag push / build-release (push) Failing after 3m50s

This commit is contained in:
Techno Duck 2023-09-14 10:11:12 -04:00
parent 9a918ed1fa
commit ecd16b5f4d

View file

@ -3,11 +3,7 @@ name: Build and upload a binary on tag push
on: [push] on: [push]
jobs: jobs:
test: build-release:
runs-on: docker
steps:
- run: echo All Good here
release:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout