Skip to content

Commit

Permalink
Automate deploy with github labels on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysiz committed Oct 16, 2023
1 parent 3599234 commit e725d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-app-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

delete:
if: ${{ github.event.label.name == 'delete-preview-app' }}
if: ${{ github.event.label.name == 'destroy-preview-app' }}
runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit e725d14

Please sign in to comment.