Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2): rhidp-6404 Add image check and relevant changes action to workflows #2575

Merged
merged 11 commits into from
Mar 27, 2025
Merged
Prev Previous commit
Next Next commit
Update workflow dependencies and improve build notification
Signed-off-by: Gustavo Lira <guga.java@gmail.com>
gustavolira committed Mar 19, 2025
commit 73aeec0723dadfaef44bbb9d93358106e3523590
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-image.yaml
Original file line number Diff line number Diff line change
@@ -90,4 +90,4 @@ jobs:
steps:
- name: Skip build notification
run: |
echo "Skipping build: Image already exists and no relevant changes detected."
echo "::notice::Skipping build: Image already exists and no relevant changes detected."
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'