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