workflow update to allow for windows runner
This commit is contained in:
parent
aef172f3f5
commit
9cab086567
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
IMAGESTOR_CI:
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux]
|
||||
steps:
|
||||
- name: Send Startup Notification to Discord
|
||||
uses: sarisia/actions-status-discord@v1.12.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue