moved input check to build job

This commit is contained in:
Kwitsch 2024-04-12 14:44:57 +00:00
parent 59ad27701f
commit 0fb4e8fbe6
1 changed files with 1 additions and 5 deletions

View File

@ -34,7 +34,7 @@ on:
- 7
jobs:
check:
build:
runs-on: ubuntu-latest
steps:
- name: Input Check
@ -48,10 +48,6 @@ jobs:
exit 1
fi
build:
runs-on: ubuntu-latest
needs: check
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with: