Skip to content

Commit

Permalink
Update cleanup-on-create.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gargadobe authored Apr 4, 2024
1 parent ad6f113 commit 945c725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-on-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
actions: write
# only run if commit message is "Initial commit" on main branch
if: ${{ github.ref == 'refs/heads/main' && ( !(contains(github.event, 'head_commit') || github.event.head_commit.message == 'Initial commit') ) }}
if: ${{ github.ref == 'refs/heads/main' && ( !(contains(github.event, 'head_commit') || github.event.head_commit.message == 'Initial commit') ) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 945c725

Please sign in to comment.