|
|
@@ -37,12 +37,13 @@ jobs:
|
|
|
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
|
|
|
|
|
|
- if: |
|
|
|
- !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
|
|
|
- !contains( github.event.pull_request.labels.*.name, 'github_actions' )
|
|
|
+ if: always()
|
|
|
|
|
|
with:
|
|
|
node-version: 16.x
|
|
|
+ skip-reg-suit: |
|
|
|
+ !contains( github.event.pull_request.labels.*.name, 'dependencies' ) &&
|
|
|
+ !contains( github.event.pull_request.labels.*.name, 'github_actions' )
|
|
|
cypress-report-artifact-name: Cypress report
|
|
|
secrets:
|
|
|
REG_NOTIFY_GITHUB_PLUGIN_CLIENTID: ${{ secrets.REG_NOTIFY_GITHUB_PLUGIN_CLIENTID }}
|