Skip to content

Commit

Permalink
Stop running UI tests on every PR into a release branch in CI (hashic…
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi committed Apr 13, 2023
1 parent 2f7f0d2 commit e78d9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ jobs:
if: |
github.ref_name == 'main' ||
startsWith(github.ref_name, 'release/') ||
startsWith(github.base_ref, 'release/') ||
startsWith(github.head_ref, 'ui/') ||
startsWith(github.head_ref, 'backport/ui/') ||
startsWith(github.head_ref, 'merge')
Expand Down

0 comments on commit e78d9a3

Please sign in to comment.