Skip to content

Commit 2ddaaf7

Browse files
committed
👷 chore(ci): disable integration tests workflow
- Added conditional to skip integration tests workflow by default - Updated GitHub Actions workflow configuration to include if:false - Prevented integration tests from running on any event triggers
1 parent e04dd62 commit 2ddaaf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
jobs:
1717
integration-tests:
1818
name: Integration Tests
19+
if: false # Skip this workflow
1920
strategy:
2021
matrix:
2122
os: [ubuntu-latest]

0 commit comments

Comments
 (0)