Skip to content

Commit

Permalink
Trigger push ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 18, 2024
1 parent 280804c commit 1d7f3a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PUSH-CI

on:
push:
branches: [master, develop]
branches: [master, develop, fix-push-ci]
#schedule:
# - cron: "0 18 * * *" # TimeZone: UTC 0

Expand All @@ -15,7 +15,6 @@ env:

jobs:
dist-tar:
if: github.repository == 'apache/rocketmq'
name: Build dist tar
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -80,9 +79,7 @@ jobs:


list-version:
if: >
github.repository == 'apache/rocketmq' &&
always()
if: always()
name: List version
needs: [docker]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1d7f3a8

Please sign in to comment.