Skip to content

Commit

Permalink
Temporarily trigger the publishing pipelines on push with test values
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Nov 23, 2023
1 parent e7f6530 commit 41c59a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-query-engine-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ on:
packageVersion:
required: true
description: 'New @prisma/query-engine-wasm package version'
default: '0.6.2-integration-test-workflow.1' # TODO: delete me
enginesHash:
required: true
description: 'prisma-engines commit to build'
default: '8ddef72bc25a5133915fd788494b660ef2565e8f' # TODO: delete me
npmDistTag:
required: true
default: 'latest'
# default: 'latest' # TODO: uncomment me
description: 'npm dist-tag (e.g. latest or integration)'
default: 'integration' # TODO: delete me
push: # TODO: delete me
branches: # TODO: delete me
- ci-add-gh-actions-workflow-for-query-engine-wasm-publishing # TODO: delete me

jobs:
build:
Expand Down

0 comments on commit 41c59a4

Please sign in to comment.