Skip to content

Commit

Permalink
chore(testing): set branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Mar 4, 2024
1 parent 0550d7f commit a1969d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Run Integration Tests
on:
merge_group: {}
push:
branches:
- playwright_integration

concurrency: integration_environment

jobs:
variables:
if: github.event.check_run.pull_requests[0].base.ref == 'playwright_integration'
runs-on: ubuntu-latest
outputs:
date: ${{ steps.data.outputs.date }}
Expand Down

0 comments on commit a1969d2

Please sign in to comment.