Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Apr 30, 2024
1 parent f013103 commit 60dd634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: "AdvancedOperation CI"

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

on:
schedule:
- cron: '0 23 * * *' # At the end of every day
Expand All @@ -16,6 +12,10 @@ on:
- main
- develop

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

jobs:
info:
name: Show macOS and Xcode versions
Expand Down

0 comments on commit 60dd634

Please sign in to comment.