Skip to content

Commit

Permalink
Remove old versions from schedule, trigger for release branch PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Jan 12, 2024
1 parent 42f015a commit 7e2f47c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-0.5.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI v0.5

on:
schedule:
- cron: '0 5 * * *'
pull_request:
branches:
- 'releases/v0.5'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-0.6.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI v0.6

on:
schedule:
- cron: '0 5 * * *'
pull_request:
branches:
- 'releases/v0.6'
workflow_dispatch:

jobs:
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/ci-0.7.yml

This file was deleted.

0 comments on commit 7e2f47c

Please sign in to comment.