Skip to content

Commit

Permalink
Update runner label in workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 6, 2024
1 parent be96741 commit 1ce38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-urls-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
process-urls:
runs-on: [self-hosted, linux, x64] # Adjust this to match your runner's labels
runs-on: [self-hosted, rpi-swarm] # Adjust this to match your runner's labels
working-directory: ./app
steps:
- name: Checkout repository
Expand Down

0 comments on commit 1ce38e4

Please sign in to comment.