Skip to content

Commit

Permalink
giving up on push
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Dec 19, 2024
1 parent 9ad1f7e commit d8a7066
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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:
push:
branches:
- 'feat/3223-terraform-cf'
pull_request:
types:
- labeled
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 All @@ -52,12 +52,12 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Extract current PR state
# id: get-pr-state
# run: |
# STATE=${{ fromJson(steps.get-pr-checks.outputs.data).state }}
# echo "::set-output name=STATE::$STATE"
# echo "Current PR state: $STATE"
- name: Extract current PR state
id: get-pr-state
run: |
STATE=${{ fromJson(steps.get-pr-checks.outputs.data).state }}
echo "::set-output name=STATE::$STATE"
echo "Current PR state: $STATE"
- name: Live Environment Badge
uses: schneegans/dynamic-badges-action@v1.7.0
Expand Down

0 comments on commit d8a7066

Please sign in to comment.