github actions update
This commit is contained in:
parent
319c647147
commit
26e4d52a61
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release-candidate.yml
vendored
3
.github/workflows/release-candidate.yml
vendored
|
|
@ -1,12 +1,11 @@
|
|||
name: release-candidate
|
||||
runs-on: self-hosted
|
||||
on:
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
jobs:
|
||||
making-something-cool:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue