Skip to content

Commit 625840b

Browse files
committed
test: switch to ubuntu-latest runner for fork testing
Temporarily uses ubuntu-latest instead of hl-sdk-py-lin-md so the workflow can run on the fork for integration testing. Signed-off-by: darshit2308 <darshit2308@gmail.com>
1 parent 84a35d4 commit 625840b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/review-sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
name: Review Queue Label Sync
1313

1414
on:
15+
push:
16+
branches:
17+
- feature/review-sync-phase1
1518
schedule:
1619
- cron: '*/30 * * * *'
1720
workflow_dispatch:
@@ -33,7 +36,7 @@ concurrency:
3336

3437
jobs:
3538
sync:
36-
runs-on: hl-sdk-py-lin-md
39+
runs-on: ubuntu-latest
3740
env:
3841
DRY_RUN: ${{ inputs.dry_run || 'false' }}
3942

0 commit comments

Comments
 (0)