Skip to content

Commit

Permalink
okay, simply remove the check then
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 8, 2023
1 parent ad38d45 commit 1c8c63f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/doc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
env.NETLIFY_AUTH_TOKEN_PRESENT
env:
NETLIFY_AUTH_TOKEN_PRESENT: ${{ secrets.NETLIFY_AUTH_TOKEN != '' }}
github.event.workflow_run.conclusion == 'success'
steps:
# Once https://github.com/actions/download-artifact/issues/172 is implemented, we can use the official download-artifact action
# For now use the solution from https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-triggering-workflow
Expand Down

0 comments on commit 1c8c63f

Please sign in to comment.