[TT-15141] Toggling default policy from inactive to active does not activate JWT in some cases - revert session save #2829
Workflow file for this run
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
# yamllint disable rule:truthy | |
--- | |
name: CI lint | |
# API Changes (godoc) and JIRA validation only apply to PRs. | |
# Branches are not important, supports chaining PRs. | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ github.event_name == 'pull_request' }} | |
jobs: | |
godoc: | |
if: ${{ !github.event.pull_request.draft }} | |
uses: TykTechnologies/github-actions/.github/workflows/godoc.yml@main | |
secrets: | |
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }} | |
with: | |
go-version: stable | |
jira: | |
if: ${{ !github.event.pull_request.draft }} | |
uses: TykTechnologies/github-actions/.github/workflows/jira-lint.yaml@main | |
secrets: | |
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }} | |
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }} |