Skip to content

Commit

Permalink
Merge branch 'main' into lamparter/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Aug 29, 2024
2 parents 377e665 + 8d57e62 commit 0eb51e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
name: Display artifact size
run: 'echo "Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes."'

- if: github.event_name == 'pull_request' && env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION
uses: marocchino/sticky-pull-request-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: ci-comment
message: 'Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes.'
#- if: github.event_name == 'pull_request' && env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION
# uses: marocchino/sticky-pull-request-comment@v1
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# header: ci-comment
# message: 'Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes.'

0 comments on commit 0eb51e2

Please sign in to comment.