Skip to content

Commit

Permalink
ci: fighting with the machines
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin committed Nov 13, 2023
1 parent 6a160bc commit 3176051
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ jobs:
shell: bash
run: echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV

- name: Fallback build number
if: github.event_name == 'pull_request'
shell: bash
run: echo "BUILD_NUMBER=0" >> $GITHUB_ENV

# We don't need expensive submodules for the managed side.
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3176051

Please sign in to comment.