mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-14 12:14:48 +00:00
Adds runs-on property to push_output job
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
push_output:
|
||||
needs: build_project
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Public Builds Repo
|
||||
if: contains('master', env.GITHUB_REF) || contains('release', env.GITHUB_REF)
|
||||
|
||||
Reference in New Issue
Block a user