Skip to content

Commit

Permalink
Fixed. can't build from forked repo PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Mar 11, 2020
1 parent 769f7c5 commit aaaed1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: test

on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
schedule:
- cron: "0 10 * * 5" # JST 19:00 (Fri)

Expand Down Expand Up @@ -73,6 +78,7 @@ jobs:
- name: Slack Notification (not success)
uses: homoluctus/slatify@master
if: "! success()"
continue-on-error: true
with:
job_name: ${{ format('*build* ({0})', matrix.ruby) }}
type: ${{ job.status }}
Expand All @@ -90,6 +96,7 @@ jobs:
- name: Slack Notification (success)
uses: homoluctus/slatify@master
if: always()
continue-on-error: true
with:
job_name: '*build*'
type: ${{ job.status }}
Expand Down

0 comments on commit aaaed1c

Please sign in to comment.