Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/CheckPRTemplate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Check PR Template

on:
pull_request:
branches:
- develop
- 'release/*'
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# branches:
# - develop
# - 'release/*'
workflow_dispatch:

jobs:
check:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/Codestyle-Check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Codestyle-Check

on:
pull_request:
branches:
- develop
- 'release/*'
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# branches:
# - develop
# - 'release/*'
workflow_dispatch:

jobs:
pre-commit:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/approve.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Approval

on:
pull_request:
branches:
- develop
- 'release/*'
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# branches:
# - develop
# - 'release/*'
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cancel_ci_iluvatar.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ILUVATAR-CI

on:
pull_request:
types: [closed]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [closed]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cancel_ci_xpu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI_XPU

on:
pull_request:
types: [closed]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [closed]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cancel_pr_build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: PR Build and Test
on:
pull_request:
types: [closed]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [closed]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ce_job.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CE Compile Job

on:
workflow_dispatch:
push:
branches:
- develop
- 'release/*'
# Repository is no longer maintained: automatic triggers are disabled.
# push:
# branches:
# - develop
# - 'release/*'
permissions: read-all

concurrency:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Cherry Pick

on:
pull_request_target:
branches: [develop]
types: [closed, labeled]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request_target:
# branches: [develop]
# types: [closed, labeled]
workflow_dispatch:

permissions:
contents: write
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci_hpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI_HPU

on:
pull_request:
branches:
- develop
- 'release/*'
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# branches:
# - develop
# - 'release/*'
workflow_dispatch:

concurrency:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci_iluvatar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: ILUVATAR-CI
on:
pull_request:
types: [opened, synchronize]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [opened, synchronize]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci_image_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI Images Build

on:
workflow_dispatch:
schedule:
- cron: '0 18 * * *' # 2:00 AM China Standard Time (UTC+8)
# Repository is no longer maintained: scheduled triggers are disabled.
# schedule:
# - cron: '0 18 * * *' # 2:00 AM China Standard Time (UTC+8)

permissions: read-all

Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/ci_metax.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: CI_METAX

on:
pull_request_target:
types:
- opened
- synchronize
branches:
- develop
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request_target:
# types:
# - opened
# - synchronize
# branches:
# - develop
workflow_dispatch:

permissions:
contents: read
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci_xpu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI_XPU

on:
pull_request:
types: [opened, synchronize]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [opened, synchronize]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/pr_build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: PR Build and Test
on:
pull_request:
types: [opened, synchronize]
branches: [develop, release/**]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request:
# types: [opened, synchronize]
# branches: [develop, release/**]
workflow_dispatch:
permissions: read-all

concurrency:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/publish_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Publish Job

on:
workflow_dispatch:
schedule:
- cron: '0 18 * * *' # 2:00 AM China Standard Time (UTC+8)
push:
# branches:
# - develop
tags:
- '*'
# Repository is no longer maintained: scheduled and push triggers are disabled.
# schedule:
# - cron: '0 18 * * *' # 2:00 AM China Standard Time (UTC+8)
# push:
# branches:
# - develop
# tags:
# - '*'

permissions: read-all

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/remove-skip-ci-labels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Remove Skip-CI Labels

on:
pull_request_target:
types: [synchronize]
# Repository is no longer maintained: automatic triggers are disabled.
# pull_request_target:
# types: [synchronize]
workflow_dispatch:

permissions:
pull-requests: write
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Re-run

on:
issue_comment:
types: [created]
# Repository is no longer maintained: automatic triggers are disabled.
# issue_comment:
# types: [created]
workflow_dispatch:

jobs:
re-run:
Expand Down
Loading