Skip to content

Commit f0dd5cd

Browse files
committed
make check-tokens run even when debugging
1 parent f813d77 commit f0dd5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
check-tokens:
4646
name: Check the access tokens used for publishing
4747
runs-on: ubuntu-latest
48-
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true
48+
if: inputs.packagingDebug != true && inputs.skipForumPublish != true
4949
outputs:
5050
publish-forum: ${{ secrets.INTERSECTBOT_FORUM_TOKEN != '' }}
5151
publish-github: ${{ secrets.INTERSECTBOT_ACCESS_TOKEN != '' }}

0 commit comments

Comments
 (0)