Skip to content

Commit

Permalink
workflows: copying envoy mobile command workflow (#24251)
Browse files Browse the repository at this point in the history
Allow retest for E-M workflows

Part of #23758 workaround until we have #24156

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Nov 30, 2022
1 parent 3b719a7 commit ac817e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: commands
on:
issue_comment:
types: [created]

jobs:
retest:
name: Retest
runs-on: ubuntu-latest
steps:
- uses: jpsim/retest@c158dec0a7f67cb85f8367468dc8a9a75308bb7f
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ac817e4

Please sign in to comment.