Skip to content

Commit c99fd59

Browse files
authored
Update update-swift-version.yml (#131)
Avoid running update swift version workflow on every PR.
1 parent e487219 commit c99fd59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-swift-version.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Update Swift Version
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
64
schedule:
75
- cron: '0 0 */14 * *' # Every 14 days at midnight UTC
86
workflow_dispatch:

0 commit comments

Comments
 (0)