Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Oliveira da Silva <[email protected]>
  • Loading branch information
abstractj committed Oct 17, 2024
1 parent 7d8ff71 commit 8ce36c5
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions .github/workflows/schedule-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

setup:
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak'
if: github.event_name != 'schedule' || github.repository == 'keycloak-poc/keycloak'
runs-on: ubuntu-latest
outputs:
latest-release-branch: ${{ steps.latest-release.outputs.branch }}
Expand All @@ -29,13 +29,13 @@ jobs:
strategy:
matrix:
workflow:
- ci.yml
- documentation.yml
- js-ci.yml
- operator-ci.yml
- codeql-analysis.yml
#- ci.yml
#- documentation.yml
#- js-ci.yml
#- operator-ci.yml
#- codeql-analysis.yml
- snyk-analysis.yml
- trivy-analysis.yml
#- trivy-analysis.yml

steps:
- name: Run workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
analysis:
name: Analysis of Quarkus and Operator
runs-on: ubuntu-latest
if: github.repository == 'keycloak/keycloak'
if: github.repository == 'keycloak-poc/keycloak'
steps:
- uses: actions/checkout@v4

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8ce36c5

Please sign in to comment.