Skip to content

Commit

Permalink
Adding concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 21, 2024
1 parent 0c193f0 commit fd957aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/management-account-entraid-scim-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
schedule:
- cron: "0 */2 * * *" # Every 2 hours

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
plan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd957aa

Please sign in to comment.