mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Adds runs-on property to push_output job
This commit is contained in:
parent
0a33e498a7
commit
a9a14589af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -79,6 +79,7 @@ jobs:
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
push_output:
|
push_output:
|
||||||
needs: build_project
|
needs: build_project
|
||||||
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Public Builds Repo
|
- name: Checkout Public Builds Repo
|
||||||
if: contains('master', env.GITHUB_REF) || contains('release', env.GITHUB_REF)
|
if: contains('master', env.GITHUB_REF) || contains('release', env.GITHUB_REF)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue