Skip to content

Commit

Permalink
fix workflows for fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Nov 22, 2023
1 parent efcff85 commit 605dcca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

on:
pull_request:
pull_request_target:
branches:
- main
# This needs to be declared explicitly so that the job is actually
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
tags:
- "*"
merge_group:
pull_request:
pull_request_target:
# This needs to be declared explicitly so that the job is actually
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- main
merge_group:
pull_request:
pull_request_target:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
workflow_dispatch:
merge_group:
pull_request:
pull_request_target:
branches:
- main
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
workflow_dispatch:
merge_group:
pull_request:
pull_request_target:
branches:
- main
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

on:
merge_group:
pull_request:
pull_request_target:
branches:
- main
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
workflow_dispatch:
merge_group:
pull_request:
pull_request_target:
branches:
- main
# This needs to be declared explicitly so that the job is actually
Expand Down

0 comments on commit 605dcca

Please sign in to comment.