Skip to content

Commit

Permalink
Merge pull request #403 from BbolroC/remove-pre-post-action-s390x
Browse files Browse the repository at this point in the history
GHA: Remove {pre,post}-action steps for self-hosted runners
  • Loading branch information
BbolroC committed Jul 31, 2024
2 parents 8d837bb + 8af032c commit dbdb984
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
instance: "sev-snp"
runs-on: ${{ matrix.instance }}
steps:
- name: Take a pre-action for self-hosted runner
run: |
if [ -f ${HOME}/script/pre_action.sh ]; then
${HOME}/script/pre_action.sh cc-operator
fi
- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit-hash }}
Expand Down Expand Up @@ -79,10 +73,3 @@ jobs:
env:
RUNNING_INSTANCE: ${{ matrix.instance }}
GITHUB_TOKEN: ${{ github.token }}

- name: Take a post-action
if: always()
run: |
if [ -f ${HOME}/script/post_action.sh ]; then
${HOME}/script/post_action.sh cc-operator
fi

0 comments on commit dbdb984

Please sign in to comment.