Skip to content

Commit

Permalink
More info in the bot message
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Sep 28, 2023
1 parent a84460e commit 69b2c9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,12 @@ jobs:
Your PR is changing the image cache. So I am attaching the new image cache
in a new [commit](https://github.com/ansys/pymapdl/commit/${{ steps.attatch-to-pr.outputs.commit_long_sha }}).
This commit does not re-run the CICD workflows (since no changes are made in the codebase) therefore
you will see the actions showing in their status `Expected — Waiting for status to be reported`. Do not worry.
You commit workflow is still running [here](https://github.com/ansys/pymapdl/pull/${{ github.event.pull_request.number }}/checks?sha=${{ github.event.pull_request.head.sha }}) :smile:
You might want to rerun the test to make sure that everything is passing. You can retrigger the CICD sending an empty commit `git commit -m "Empty comment to trigger CICD" --allow-empty`.
You will see this message everytime your commit changes the image cache but you are not attaching the updated cache. :nerd_face:
Expand Down

0 comments on commit 69b2c9a

Please sign in to comment.