Skip to content

Commit

Permalink
What happens if we move the timeline summary generation here?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 11, 2024
1 parent 8b15373 commit 65039eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ jobs:
fail-fast: false
with:
php: ${{ matrix.php }}

timeline:
name: Hello
runs-on: ubuntu-24.04
permissions: {}
timeout-minutes: 10
needs:
- test
steps:
- name: Generate workflow timeline
uses: Kesin11/[email protected]
with:
show-waiting-runner: false

0 comments on commit 65039eb

Please sign in to comment.