Skip to content

Commit

Permalink
Revert "fix workflows for fork PRs (#3728)" (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 23, 2023
1 parent d4f2b81 commit ae2a433
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ on:
# 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]
pull_request_target:
branches:
- main
# 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]
push:
branches:
- main
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
# 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]
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]

jobs:
build-and-push-docker-image:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
pull_request:
branches:
- main
pull_request_target:
branches:
- main

env:
CACHE_TIMEOUT_MINUTES: 5
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
pull_request:
branches:
- main
pull_request_target:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
pull_request:
branches:
- main
pull_request_target:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scripts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
pull_request:
branches:
- main
pull_request_target:
branches:
- main
push:
branches:
- main
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ on:
# 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]
pull_request_target:
branches:
- main
# 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]
push:
branches:
- main
Expand Down

0 comments on commit ae2a433

Please sign in to comment.