We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bd0e1 commit db128f7Copy full SHA for db128f7
.github/workflows/validate.yml
@@ -42,3 +42,12 @@ jobs:
42
uses: ./.github/workflows/build.yml
43
with:
44
matrix: ${{ toJSON(matrix.jobs.matrix) }}
45
+ timeline:
46
+ needs: [setup, validate]
47
+ if: always()
48
+ runs-on: ubuntu-latest
49
+ permissions:
50
+ contents: read
51
+ steps:
52
+ - uses: Kesin11/actions-timeline@c2f474758e8e9ac6f37ec64a6442dead7fd1dad2 # v2.2.5
53
+ continue-on-error: true
0 commit comments