Skip to content

Commit

Permalink
Merge pull request #1 from mwangggg/gh_pr
Browse files Browse the repository at this point in the history
build_test
  • Loading branch information
mwangggg authored Jul 26, 2023
2 parents 78afac5 + 156b5e7 commit 839eb0d
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- labeled
- unlabeled
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
check-needs-triage-not-applied:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
build-arch:
required: true
type: string
build-test:
required: true
type: boolean
deault: false
skip-itests:
required: false
type: boolean
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
checkout-ref:
required: false
type: string
build-test:
required: true
type: boolean
deault: false
secrets:
GH_PKGS_READ_TOKEN:
required: true
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
- edited
- reopened
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

# Schedule a daily check. Used in referencing cross-repository
# issues or pull requests
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
pull_request_target:
types:
- closed
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
delete-images:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
types:
- opened
- reopened
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
triage:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/linked-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- reopened
- edited
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
verify-linked-issue:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on:
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
code-analysis:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- labeled
- unlabeled
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
check-pr-label-and-comment:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
code-analysis:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
- opened
- reopened
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
update_release_draft:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- reopened
- edited
- synchronize
workflow_call:
inputs:
build-test:
required: true
type: boolean
deault: false

jobs:
main:
Expand Down

0 comments on commit 839eb0d

Please sign in to comment.