Skip to content

Commit

Permalink
Remove build fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jun 12, 2024
1 parent 071f109 commit 69a3f51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
uses: onyxmueller/build-tag-number@v1
with:
token: ${{secrets.github_token}}
- name: Fallback build number
if: ${{ github.event_name == 'pull_request' || github.ref != 'refs/heads/main' }}
id: buildnumber
run: echo "build_number=0" >> $GITHUB_OUTPUT

build_windows:
needs: setup
Expand Down

0 comments on commit 69a3f51

Please sign in to comment.