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 75ec35f commit 53fca24Copy full SHA for 53fca24
.github/workflows/ci.yml
@@ -1598,7 +1598,7 @@ jobs:
1598
]
1599
if: always() && github.repository == 'TryGhost/Ghost' && github.event_name == 'push' && needs.job_setup.outputs.changed_tinybird == 'true' && needs.job_setup.result == 'success' && needs.job_tinybird-tests.result == 'success' && needs.job_setup.outputs.is_main == 'true'
1600
steps:
1601
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1602
- name: Trigger and watch traffic analytics infra Tinybird workflow
1603
if: github.repository == 'TryGhost/Ghost'
1604
env:
0 commit comments