fix: set active username after auth attempt to maintain consistent us… #386
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: Push - run release verifications | |
concurrency: | |
# group name unique for push to push-integ-test | |
group: push-e2e-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: | |
- feat/passwordless | |
jobs: | |
e2e: | |
secrets: inherit | |
uses: ./.github/workflows/callable-release-verification.yml |