Skip to content

Commit

Permalink
chore(testing): integration tests for merging on master
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Sep 21, 2023
1 parent 0a5d3d0 commit b9def52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Run Integration Tests
on:
workflow_dispatch: {}
merge_group: {}
pull_request:
branches:
- master
types:
- closed

concurrency: integration_environment

jobs:
variables:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
outputs:
date: ${{ steps.data.outputs.date }}
Expand Down

0 comments on commit b9def52

Please sign in to comment.