Skip to content

Commit

Permalink
fix:CI error (sealerio#2036)
Browse files Browse the repository at this point in the history
Signed-off-by: zhy76 <[email protected]>
  • Loading branch information
zhy76 authored Feb 16, 2023
1 parent 866a48f commit 31f3cfc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending

- name: Checkout to head_ref
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Github API Request
id: request
uses: octokit/[email protected]
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending

- name: Checkout to head_ref
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Github API Request
id: request
uses: octokit/[email protected]
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending

- name: Checkout to head_ref
if: ${{ github.event_name == 'issue_comment' }}
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Github API Request
id: request
uses: octokit/[email protected]
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
status: pending

- name: Checkout to head_ref
if: ${{ github.event_name == 'issue_comment'}}
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}

- name: Github API Request
id: request
uses: octokit/[email protected]
Expand Down

0 comments on commit 31f3cfc

Please sign in to comment.