Skip to content

Commit

Permalink
Merge pull request #62 from input-output-hk/mgalazyn/feature/enable-g…
Browse files Browse the repository at this point in the history
…ha-on-fork-prs

Enable CI on PRs from forks
  • Loading branch information
carbolymer authored Jun 21, 2023
2 parents 9010b71 + 177bc88 commit 0059ec4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-cabal-files.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check cabal files

on:
push:
merge_group:
pull_request:

jobs:
check-cabal-files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-git-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check git dependencies

on:
push:
merge_group:
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-hlint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check HLint

on:
push:
merge_group:
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-stylish-haskell.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check Stylish Haskell

on:
push:
merge_group:
pull_request:

# When pushing branches (and/or updating PRs), we do want to cancel previous
# build runs. We assume they are stale now; and do not want to spend CI time and
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Haskell CI

on:
push:
merge_group:
pull_request:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links-ci-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check Markdown links

on:
push:
merge_group:
pull_request:

jobs:
markdown-link-check:
Expand Down

0 comments on commit 0059ec4

Please sign in to comment.