Do not send user email when setting up TOTP as 2nd factor #177
Workflow file for this run
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
name: 'Run tasks when PR to main is opened' | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
run-tests: | |
uses: ./.github/workflows/run-tests.yaml |