Skip to content

Commit

Permalink
Do not listen for label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Nov 29, 2023
1 parent 49ba8bb commit fe3b05f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
tags:
- '*'
pull_request:
types: [opened, synchronize, reopened, labeled]
merge_group:
schedule:
- cron: '0 7 * * *' # 8AM CET/11PM PT
Expand Down Expand Up @@ -38,12 +37,6 @@ jobs:
LEAN_SPECIAL_VERSION_DESC: ${{ steps.set-release.outputs.LEAN_SPECIAL_VERSION_DESC }}
RELEASE_TAG: ${{ steps.set-release.outputs.RELEASE_TAG }}

# Skip everything if a label other than `full-ci` was added
# (By skipping the configure job, all other jobs will be skipped as well)
# TODO: Double check that the pr release workflow will not be triggered
# TODO: Maybe we can trigger the PR release from this workflow instead? Might be cleaner.
if: github.event_name != 'label' || github.event.label.name == 'full-ci'

steps:
- name: Run quick CI?
id: set-quick
Expand Down

0 comments on commit fe3b05f

Please sign in to comment.