Skip to content

Commit

Permalink
ci: make check_changed.yml trigger only for pull requests, and check_…
Browse files Browse the repository at this point in the history
…all.yml trigger for pushes to main
  • Loading branch information
spytheman committed Dec 3, 2023
1 parent 4a50154 commit dbf8605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check All Solutions

on:
workflow_dispatch:
push:
schedule:
- cron: '31 17 * * *'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check_changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check Changed Solutions

on:
workflow_dispatch:
push:
pull_request:

jobs:
Expand Down

0 comments on commit dbf8605

Please sign in to comment.