mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
Compare commits
5 Commits
actions-ru
...
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:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains(github.event.release.name, 'gha-runner-scale-set-') }}
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "${{ github.event.release.name }}"
|
||||
echo "${{ github.event.release.tag_name }}"
|
||||
echo "${{ github.event }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user