diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 8fd6eec8..1a47693c 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -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 }} @@ -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