Skip to content

Commit

Permalink
Update e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey authored Nov 27, 2024
1 parent 932703b commit 7a0b5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
e2e:
runs-on: ubuntu-22.04
if: ${{ ! github.event.action == e2e-command }}
if: ${{ ! github.event.action == "e2e-command" }}
steps:
- name: Output command and arguments
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
# invoked by slash command workflow
e2e-slash-command:
runs-on: ubuntu-22.04
if: ${{ github.event.action == e2e-command }}
if: ${{ github.event.action == "e2e-command" }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down

0 comments on commit 7a0b5a4

Please sign in to comment.