Skip to content

Commit 384ae01

Browse files
committed
Tests issue creation on QNetworkReply error codes update
1 parent cdebdfa commit 384ae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkForCodeUpdates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
script: |
3333
const path = require( 'path' );
34-
await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: true } );
34+
await require( path.resolve( './.github/checkQNetworkReplyErrorCodeUpdate.js' ) )( { github, core, context, dryRun: false } );

0 commit comments

Comments
 (0)