Skip to content

Commit

Permalink
Merge pull request #12455 from RasaHQ/skip_sequential_test_on_tag
Browse files Browse the repository at this point in the history
Skip sequential integration tests on release tag
  • Loading branch information
sanchariGr authored Jun 7, 2023
2 parents db0f81d + 0b11260 commit c721d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ jobs:
sequential_integration_test:
name: Run Sequential Integration Tests
if: github.ref_type != 'tag'
runs-on: ubuntu-20.04
timeout-minutes: 60
needs: [changes]
Expand Down

0 comments on commit c721d46

Please sign in to comment.