Skip to content

Commit

Permalink
maint: cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Nov 28, 2023
1 parent 444f7d1 commit 58a5f13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ env:
PYMAPDL_START_INSTANCE: FALSE
PYMAPDL_PORT: 21000 # default won't work on GitHub runners
PYMAPDL_DB_PORT: 21001 # default won't work on GitHub runners
RESET_AUTOSUMMARY_CACHE: 9
RESET_EXAMPLES_CACHE: 9
RESET_DOC_BUILD_CACHE: 9
RESET_PIP_CACHE: 9
RESET_AUTOSUMMARY_CACHE: 0
RESET_EXAMPLES_CACHE: 0
RESET_DOC_BUILD_CACHE: 0
RESET_PIP_CACHE: 0

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false # to be moodified
cancel-in-progress: true

jobs:

Expand Down

0 comments on commit 58a5f13

Please sign in to comment.