Skip to content

Commit

Permalink
[SPARK-32245][INFRA][FOLLOWUP] Reenable Github Actions on commit
Browse files Browse the repository at this point in the history
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun authored and HyukjinKwon committed Aug 19, 2020
1 parent 9d99de0 commit dc96207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: master

on:
push:
branches:
- branch-3.0
pull_request:
branches:
- branch-3.0
Expand Down

0 comments on commit dc96207

Please sign in to comment.