Skip to content

Commit

Permalink
Don't deploy qa2 to qa
Browse files Browse the repository at this point in the history
  • Loading branch information
nonword committed Oct 17, 2024
1 parent ca37f6a commit 635c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
needs: tests
if: github.ref == 'refs/heads/qa2' # Note: Temporarily deploying qa2 branch to qa deployment for testing, pre-merge
if: github.ref == 'refs/heads/qa'
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 635c3d1

Please sign in to comment.