Skip to content

Commit

Permalink
fix(ci): don't run buildjet-ci on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Apr 30, 2024
1 parent 6bb8295 commit 788afc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/buildjet-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Nix CI with BuildJet backend
on:
pull_request:
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "**"
branches:
- "**"
pull_request:
schedule:
- cron: 0 0 * * *
pull_request:
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion nix/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ let
- "**"
branches:
- "**"
pull_request:
schedule:
- cron: 0 0 * * *'') "";

Expand All @@ -39,7 +40,6 @@ in
name: Nix CI ${name}
on:
${on}
pull_request:
workflow_dispatch:
env:
Expand Down

0 comments on commit 788afc7

Please sign in to comment.