Skip to content

Commit

Permalink
chore(tests): run acceptance tests on main w/o approval (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkedwards authored Nov 25, 2024
1 parent d71231d commit ad5bd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
contents: read
name: Acceptance Tests
environment: Acceptance Tests
environment: ${{ github.event_name == 'push' && 'Acceptance Tests (main)' || 'Acceptance Tests' }}
runs-on: ubuntu-latest
steps:
- if: |
Expand Down

0 comments on commit ad5bd5b

Please sign in to comment.