Skip to content

Commit

Permalink
Correct the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaurin committed Nov 8, 2023
1 parent 529bb18 commit ef1f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
call_reusable_workflow:
uses: ./.github/workflows/reusable_workflow.yml
with:
runner: self-hosted
runner: 'ubuntu-22.04'
minimal_sample_size: true
secrets:
GOOGLE_CREDS: ${{ secrets.GOOGLE_CREDS }}
Expand Down

0 comments on commit ef1f350

Please sign in to comment.