Skip to content

Commit

Permalink
Rename init container workflow (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtduffy authored Jan 30, 2025
1 parent 3b2fcd9 commit dbc14d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release tags
name: Create init-container release tags
on:
workflow_dispatch: # Allow manual trigger
inputs:
Expand All @@ -8,7 +8,7 @@ on:
type: string
jobs:
create_release_tags:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Create release tags for K8s Init Container
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GHA-Scala-Instrumentation-Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Capture build reports
if: ${{ failure() }}
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # pin@v3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # pin@v4
with:
name: instrumentation-results-java-${{ matrix.java-version }}-scala-${{ matrix.scala }}
# The regex for the path below will capture instrumentation test HTML reports generated by gradle for all
Expand Down

0 comments on commit dbc14d1

Please sign in to comment.