Commit 715edc7c authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Fix the concurrency setting (wrong instructions in GitHub docs)



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent e3034718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ on:

concurrency:
  # Cancel any in-progress job or run
  group: ${{ github.head_ref }}
  group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }}
  cancel-in-progress: true

jobs: