Skip to content

Commit

Permalink
resolved issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Oct 26, 2023
1 parent 3564a80 commit 820a8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
githubServer: true
githubServer: false
- name: ghcr login
uses: redhat-actions/podman-login@v1
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/integrated-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Retest Integrated Tests
name: Retest Integration Tests

on:
workflow_call:
Expand Down Expand Up @@ -30,7 +30,6 @@ permissions:
jobs:
integration-tests:
runs-on: ubuntu-latest
if: ${{ !inputs.skip-itests }}
steps:
- name: Install xpath
run: |
Expand All @@ -55,7 +54,7 @@ jobs:
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
githubServer: true
githubServer: false
- name: ghcr login
uses: redhat-actions/podman-login@v1
with:
Expand Down

0 comments on commit 820a8a0

Please sign in to comment.