Skip to content

Commit

Permalink
Temporary disable workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 6e84975 commit 0186f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
# # Runs at 15:00, only on Saturday.
# - cron: '0 15 * * SAT'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

jobs:
generate:
Expand Down

0 comments on commit 0186f32

Please sign in to comment.