Skip to content

Commit

Permalink
retrying deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Dec 19, 2024
1 parent b8db872 commit be6d225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-on-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
###########################################################################
name: Deploy PR based on Label
on:
pull_request:
types:
- labeled
push:
branches:
- 'feat/3223-terraform-cf'
jobs:
pr_labeled_deployment:
if: startsWith(github.event.label.name, 'Deploy with CircleCI')
#if: startsWith(github.event.label.name, 'Deploy with CircleCI')
runs-on: ubuntu-latest
name: Initiate deploy job in CircleCI
steps:
Expand Down

0 comments on commit be6d225

Please sign in to comment.