File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
2121jobs :
2222 # Since the name of the matrix job depends on the version, we define another job with a more stable name.
2323 test_results :
24- if : ${{ always() }}
24+ if : always()
2525 runs-on : ubuntu-latest
2626 name : Test Results
2727 needs : [test]
8484 steps :
8585 - name : Set Up Actions
8686 uses : actions/checkout@v4
87+ - name : Set Time in ENV
88+ run : echo "START_TIME=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
8789 - name : Install GEOS
8890 run : sudo apt-get install -yqq libgeos-dev
8991 - name : Set Up Ruby
@@ -138,6 +140,6 @@ jobs:
138140 if : always()
139141 uses : actions/upload-artifact@v4
140142 with :
141- name : culprits-${{ matrix.number }}-${{ github.run_started_at }}.txt
143+ name : culprits-${{ matrix.number }}-- ${{ env.START_TIME }}.txt
142144 path : |
143145 tmp/culprits.txt
You can’t perform that action at this time.
0 commit comments