Use expire_session_after
for session, REDIS_CACHE_EXPIRES_IN
for cache
#123
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: Pull request Check & test | |
permissions: write-all | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
check: | |
name: Check | |
uses: ./.github/workflows/_check.yaml |