Skip to content

Commit

Permalink
do not execute apply in case of pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
cheld authored Feb 20, 2024
1 parent e8a9f67 commit 1b1f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
apply:
needs: dry-run
environment: github.com
if: github.event_name == 'push'
if: github.event_name != 'pull_request_target'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1b1f247

Please sign in to comment.