Skip to content

Commit 1ec80c3

Browse files
committed
chore: disable pull_request workflow trigger
+ we already trigger on every push
1 parent d5aeb83 commit 1ec80c3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/haskell-nix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Haskell CI with Nix
22

33
on:
44
push:
5-
pull_request:
65
workflow_dispatch:
76

87
permissions:

.github/workflows/haskell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Haskell CI
22

33
on:
44
push:
5-
pull_request:
65
workflow_dispatch:
76

87
permissions:

0 commit comments

Comments
 (0)