Skip to content

Commit df66518

Browse files
committed
Run GitHub actions only on PR
With so many github actions (>60) we cannot afford to run on every push
1 parent 7f84b94 commit df66518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Nix
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
nix:
66
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Testing
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
test:
66
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)