We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e395713 commit f8dd128Copy full SHA for f8dd128
1 file changed
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
# Only run this for non-PR jobs.
82
publish_build:
83
runs-on: ubuntu-latest
84
- name: "Publish build to ${{ github.repository }}"
+ name: Publish build
85
if: ${{ success() && !startsWith(github.ref, 'refs/pull') }}
86
needs: build
87
env:
0 commit comments