Merge pull request #2634 from IDEMSInternational/refactor/auth-providers #917
This file contains 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
# Generate a set of screenshots on the current branch and store as an artifact for future comparison | |
name: Test-Visual Generate Screenshots | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
concurrency: | |
group: test-visual-generate-${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
generate: | |
uses: ./.github/workflows/test-visual.yml | |
secrets: inherit | |
with: | |
generate: true | |