Skip to content

Commit

Permalink
stopping normal jobs from running
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo committed Feb 4, 2025
1 parent 0817125 commit e6ce30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# os: ['windows', 'macos', 'linux']
os: ['linux']
arch: ['x64']
flavor: ['vanilla', 'asan-ubsan', 'tsan']
flavor: ['vanilla']
fail-fast: false
runs-on: ['self-hosted', 'testbed-runner']

Expand All @@ -61,6 +61,7 @@ jobs:
rvc2_test:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
if: github.event_name != 'workflow_dispatch'
strategy:
matrix:
# os: ['windows', 'macos', 'linux']
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
rvc4_test:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
if: github.event_name != 'workflow_dispatch'
strategy:
matrix:
# os: ['windows', 'macos', 'linux']
Expand Down

0 comments on commit e6ce30d

Please sign in to comment.