Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FR-vdash-bot committed Sep 4, 2024
1 parent 25a0078 commit 24067d3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
name: CI
on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:
merge_group:
schedule:
- cron: '0 7 * * *' # 8AM CET/11PM PT
# for manual re-release of a nightly
workflow_dispatch:
inputs:
action:
description: 'Action'
required: true
default: 'release nightly'
type: choice
options:
- release nightly

pull_request: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
Expand Down

0 comments on commit 24067d3

Please sign in to comment.