We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac4043 commit d39ee6fCopy full SHA for d39ee6f
1 file changed
template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja
@@ -36,7 +36,7 @@ jobs:
36
{% endraw %}{% if docker %}
37
container:
38
needs: [check, test]
39
- if: needs.check.outputs.branch-pr == ''
+ if: always() && needs.check.outputs.branch-pr == ''
40
uses: ./.github/workflows/_container.yml
41
with:
42
publish: ${{needs.test.result == 'success'}}
@@ -46,7 +46,7 @@ jobs:
46
{% endif %}{% if sphinx %}
47
docs:
48
49
50
uses: ./.github/workflows/_docs.yml
51
52
0 commit comments