Skip to content

Commit

Permalink
Update main_win.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis authored Aug 16, 2023
1 parent 53513d1 commit af39fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ env:
STARBOARD_TOOLCHAINS_DIR: /root/starboard-toolchains

concurrency:
group: '${{ github.workflow }}-${{ github.event_name }}-${{ github.event.action }}-${{ github.event.label.name }}-${{ inputs.platform }} @ ${{ github.event.pull_request.number || github.sha }}'
group: '${{ github.workflow }}-${{ github.event_name }}-${{ inputs.platform }} @ ${{ github.event.label.name || github.event.pull_request.number || github.sha }}'
cancel-in-progress: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit af39fb0

Please sign in to comment.