mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
Compare commits
5 Commits
update-run
...
0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b1fe11d3d | ||
|
|
9c3fce4727 | ||
|
|
ee3bf67544 | ||
|
|
29ca49037a | ||
|
|
3e37a29c21 |
7
.github/workflows/publish-arc.yaml
vendored
7
.github/workflows/publish-arc.yaml
vendored
@@ -29,7 +29,14 @@ jobs:
|
|||||||
release-controller:
|
release-controller:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ !contains(github.event.release.name, 'gha-runner-scale-set-') }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
echo "${{ github.event.release.name }}"
|
||||||
|
echo "${{ github.event.release.tag_name }}"
|
||||||
|
echo "${{ github.event }}"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user