1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Merge branch 'main' into jules-4795

This commit is contained in:
Matt Pollard
2021-10-19 12:26:41 +02:00
93 changed files with 976 additions and 1182 deletions

View File

@@ -422,7 +422,7 @@ jobs:
job2:
needs: job1
job3:
if: always()
if: {% raw %}${{ always() }}{% endraw %}
needs: [job1, job2]
```