Skip to content

Commit

Permalink
streamlining circleci didn't take, trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Dec 19, 2024
1 parent d279d52 commit 425e7bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
- main
- master
- 'release/**'
- feat/3223-terraform-cf
- 'feat/3223-terraform-cf'
paths:
- 'scripts/**'
- '.circleci/**'
Expand All @@ -54,6 +54,6 @@ jobs:
project-slug: ${{ github.repository }}
branch: ${{ (github.event_name == 'pull_request') && github.head_ref || github.ref_name }}
payload: '{
"build_and_test_all": true,
"build_and_test_all": false,
"triggered": true
}'
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- main
- master
- 'release/**'
- feat/3223-terraform-cf
- 'feat/3223-terraform-cf'
types: [review_requested, ready_for_review, synchronize]
jobs:
build_and_test_pr:
Expand All @@ -43,6 +43,6 @@ jobs:
project-slug: ${{ github.repository }}
branch: ${{ (github.event_name == 'pull_request') && github.head_ref || github.ref_name }}
payload: '{
"build_and_test_all": true,
"build_and_test_all": false,
"triggered": true
}'

0 comments on commit 425e7bc

Please sign in to comment.