Skip to content

Commit

Permalink
Close PR again, show the group
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Feb 23, 2024
1 parent 05b4d0c commit 00e9cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/waste_time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
echo Workflow is .${{ github.workflow }}.
echo Ref is .${{ github.ref }}.
echo Run ID is .${{ github.run_id }}.
echo PR number is .${{ github.event.number }}
echo PR number is .${{ github.event.number }}.
echo Group boils down to .${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}.
mootrix:
runs-on: ${{ matrix.os }}
name: Mootrix ${{ matrix.os }} - ${{ matrix.config.moo }}
Expand Down

0 comments on commit 00e9cf4

Please sign in to comment.