Fix regression bug with notification type enqueuing as separate notification #199
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test localgovdrupal/localgov_workflows drupal-module | |
on: | |
push: | |
branches: | |
- '1.x' | |
pull_request: | |
branches: | |
- '1.x' | |
workflow_dispatch: | |
jobs: | |
tests: | |
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/test-module.yml@1.x | |
with: | |
project: 'localgovdrupal/localgov_workflows' | |
project_path: 'web/modules/contrib/localgov_workflows' |