Skip to content

Commit

Permalink
(WIP) test rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Jun 28, 2024
1 parent 59a880c commit 1173f2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: sync

on: workflow_dispatch

jobs:
sync:
runs-on: ubuntu-latest
steps:
- run: |
gh run rerun --repo Godin/eclipse-eclemma $(gh run list --repo Godin/eclipse-eclemma -b simrel_next --json databaseId --jq '.[0].databaseId')
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1173f2e

Please sign in to comment.