Skip to content

Commit

Permalink
post actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Dec 4, 2024
1 parent ae8ed6c commit 2c82d10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/feature-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,10 @@ jobs:
post-build:
needs: build
runs-on: ubuntu-latest
steps: [ ] # intentionally empty to prevent post actions that create extra artifacts
steps:
- name: Do nothing # to prevent uploading additional artifacts in the post actions
run: echo "Post-build job completed successfully."

0 comments on commit 2c82d10

Please sign in to comment.