diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4501e391b..752416b5c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,11 +5,6 @@ on: branches: - main -#on: -# push: -# branches-ignore: -# - '**' # temporally ignore all - jobs: prep-testbed: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb7b08de..0d7777a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,6 @@ name: CI on: pull_request: -#on: -# push: -# branches-ignore: -# - '**' # temporally ignore all jobs: commit-lint: diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 25893a669..ca94210bd 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -1,12 +1,8 @@ name: PR -#on: -# pull_request: - on: - push: - branches-ignore: - - '**' # temporally ignore all + pull_request: + jobs: assign-label-to-pr: