Skip to content

Commit

Permalink
fix(tests): reference workflow run number instead of pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Nov 4, 2024
1 parent b77925b commit 8475f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
env:
WORK_DIR: "/vol/spool/${{ github.ref_name }}"
PROFILE: "slurm"
PR_NUMBER: ${{ github.event.number }}
PR_NUMBER: ${{ github.run_id }}.${{ github.run_attempt }}
EMGB_KEGG_DB: "/vol/spool/emgb/annotatedgenes2json_db_kegg-mirror-2022-12"
EMGB_DB_TITLES: "/vol/spool/emgb/uniref90.titles.tsv.gz"
jobs:
Expand Down

0 comments on commit 8475f68

Please sign in to comment.