Skip to content

Commit

Permalink
add on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Dec 26, 2023
1 parent eef5b12 commit 2fe65aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: e2e
on:
# schedule:
# - cron: "00 * * * *" # run ci periodically at 3 am
pull_request:
push: #enabled after the API is stable
workflow_dispatch:
# workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.actor }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 2fe65aa

Please sign in to comment.