Skip to content

Commit

Permalink
SKA-393: Routing repo sync job to shared-runners group (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
VIsmaeelAlNajar authored and GitHub Enterprise committed Mar 8, 2024
1 parent f9866d1 commit 5ac382d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/repo-sync-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
jobs:
sync_main_branch:
name: Sync branch to remote public GitHub
runs-on: Linux
runs-on:
group: shared-runners
labels: Linux
environment: repo-sync-action/public-github
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5ac382d

Please sign in to comment.