Skip to content

Commit

Permalink
Run job always
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 29, 2024
1 parent bc616bb commit 8cca9e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
generate-summary:
runs-on: ubuntu-latest
needs: Matrix
if: always()
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -70,8 +70,8 @@ jobs:
run: |
python summary.py > summary_report.txt
# - name: Upload Summary Report Artifact
# uses: actions/upload-artifact@v3
# with:
# name: test-summary-report
# path: summary_report.txt
- name: Upload Summary Report Artifact
uses: actions/upload-artifact@v3
with:
name: test-summary-report
path: summary_report.txt

0 comments on commit 8cca9e4

Please sign in to comment.