Skip to content

Commit d6329e0

Browse files
committed
fix(RunGA): log commit hash instead of PR number
1 parent 98bc698 commit d6329e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/RunGlobalAnalysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: "Databank"
5656
run: |
5757
pip install .
58-
python developer/run_global_analysis.py
58+
python developer/run_global_analysis.py
5959
6060
- name: Create Pull Request with simulation updates
6161
if: steps.source-pr.outputs.skip != 'true'
@@ -70,11 +70,11 @@ jobs:
7070
base: main
7171
body: |
7272
This PR automatically runs the global analysis scripts:
73-
- match simulations to experiments
73+
- match simulations to experiments
7474
- evaluate qualitites
7575
- make ranking tables
76-
Triggered by: ${{ github.event_name }}
77-
${{ github.event.pull_request.number && format('Related to PR #{0}.', github.event.pull_request.number) || '' }}
76+
Triggered by: ${{ github.event_name }}.
77+
Related to: commit ${{ github.sha }}.
7878
labels: |
7979
AutoPR
8080
GlobAnalysis

0 commit comments

Comments
 (0)