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
### What changes were proposed in this pull request?

This PR reenables GitHub Action on every commit as a next step.

### Why are the changes needed?

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

As we saw at #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.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manual.

Closes #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 committed Jul 12, 2020
1 parent ad90cbf commit bc3d4ba
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:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit bc3d4ba

Please sign in to comment.