Skip to content

Commit

Permalink
Revert Workflow trigger changes (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Gibler authored Feb 8, 2024
1 parent a126a0d commit d35b46c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

on:
pull_request_target:
pull_request:

jobs:
check_packs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

on:
pull_request_target:
pull_request:

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request_target:
pull_request:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request_target:
pull_request:

jobs:
validate:
Expand Down

0 comments on commit d35b46c

Please sign in to comment.