Skip to content

Commit

Permalink
changing target ref for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Aug 21, 2024
1 parent 9d4c1a4 commit 0ffb65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Failure Slack Report
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/br/scheduled-cli-tests' }}
uses: ravsamhq/notify-slack-action@master
with:
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testLatestPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Scheduled Test Slack Report
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/br/scheduled-cli-tests' }}
uses: ravsamhq/notify-slack-action@master
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 0ffb65d

Please sign in to comment.