Skip to content

Commit

Permalink
fix: workflow didn't work on self-hosted runner. trying a containeriz…
Browse files Browse the repository at this point in the history
…ed build instead.
  • Loading branch information
m-mcgowan committed Sep 11, 2023
1 parent 0f6cc28 commit 2352d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/md5srv-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-md5srv: # job id
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
defaults:
run:
shell: bash
Expand Down

0 comments on commit 2352d07

Please sign in to comment.