Skip to content

Commit

Permalink
altering github webhooks for streamlined circleci behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Dec 19, 2024
1 parent 747a609 commit cf3d81f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ on:
- main
- master
- 'release/**'
- feat/3223-terraform-cf
paths:
- 'scripts/**'
- '.circleci/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- main
- master
- 'release/**'
- feat/3223-terraform-cf
types: [review_requested, ready_for_review, synchronize]
jobs:
build_and_test_pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Circle CI Deployment Trigger
id: curl-circle-ci
if: steps.get-pr-state.outputs.STATE == 'success'
#if: steps.get-pr-state.outputs.STATE == 'success'
uses: promiseofcake/circleci-trigger-action@v1
with:
user-token: ${{ secrets.CIRCLE_CI_V2_TOKEN }}
Expand Down

0 comments on commit cf3d81f

Please sign in to comment.