Skip to content

Commit 8df3aa3

Browse files
committed
adding more workflows
1 parent 8ba4de9 commit 8df3aa3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/1k1k-sweep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
cancel-in-progress: false
66

77
on:
8-
pull_request:
8+
# pull_request:
99
workflow_dispatch:
1010
# schedule:
1111
# - cron: '0 23 * * *'

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
9494
get-jobs:
9595
runs-on: ubuntu-latest
96+
needs: verify-compatible-runner
97+
if: ${{ always() && (needs.verify-compatible-runner.result == 'success' || needs.verify-compatible-runner.result == 'skipped') }}
9698
outputs:
9799
search-space-config: ${{ steps.get-jobs.outputs.search-space-config }}
98100
steps:

0 commit comments

Comments
 (0)