Skip to content

Commit

Permalink
Reapply "Reapply "MUST_REVERT: kick ci""
Browse files Browse the repository at this point in the history
This reverts commit 04309a9.
  • Loading branch information
zeriyoshi committed Nov 25, 2024
1 parent 2ae76e2 commit 4e4c990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
jobs:
ubuntu_2204_php81_origin_deb:
runs-on: ubuntu-22.04
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: CI
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
workflow_dispatch:
jobs:
Linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e4c990

Please sign in to comment.