Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 16, 2024
1 parent b896726 commit 5345153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ jobs:
# uses: ./.github/workflows/publish-web.yaml
# if: contains(github.event.pull_request.labels.*.name, 'pr-publish-web')

nightly:
needs: rules
uses: ./.github/workflows/nightly.yaml
if: needs.rules.outputs.nightly == 'true'
# nightly:
# needs: rules
# uses: ./.github/workflows/nightly.yaml
# if: needs.rules.outputs.nightly == 'true'

# check-links-markdown:
# needs: rules
Expand Down

0 comments on commit 5345153

Please sign in to comment.