Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2bc8718

Browse files
committed
ci: remove obsolete action
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent ef26c22 commit 2bc8718

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/commands.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@ name: commands
22

33
on: [issue_comment]
44

5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
59
jobs:
610
test-e2e:
711
runs-on: ubuntu-latest
812
if: ${{ startsWith(github.event.comment.body, '/ok-to-test') && github.event.issue.pull_request }}
913
steps:
10-
- uses: TheModdingInquisition/[email protected]
11-
with:
12-
organization: anza-labs
13-
team: core
14-
token: ${{ secrets.READ_ORG }}
15-
comment: ":red_circle: I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that."
16-
exit: true
1714
- uses: actions/checkout@v2
1815
- env:
1916
GH_TOKEN: ${{ github.token }}
@@ -47,7 +44,7 @@ jobs:
4744
- run: |
4845
make install deploy IMG=lke-operator:e2e
4946
- run: |
50-
test-e2e CHAINSAW_ARGS='--report-format=XML'
47+
make test-e2e CHAINSAW_ARGS='--report-format=XML'
5148
id: e2e
5249
continue-on-error: true
5350
- run: |
@@ -56,7 +53,6 @@ jobs:
5653
poetry run report
5754
echo 'EOF'
5855
} >> "${GITHUB_OUTPUT}"
59-
if: ${{ success() || failure() }}
6056
id: report
6157
- uses: marocchino/sticky-pull-request-comment@v2
6258
with:

0 commit comments

Comments
 (0)