workflow update to allow for windows runner

This commit is contained in:
Chase Eller 2023-08-29 20:05:03 -04:00
parent aef172f3f5
commit 9cab086567
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
1 changed files with 1 additions and 1 deletions

View File

@ -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