Skip to content

Commit

Permalink
Update scripts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 7, 2020
1 parent 5300b63 commit 789ef79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ name: experimental
on: status
jobs:
build:
if: github.event.state == 'success' && github.event.sender.login == 'netlify[bot]' && github.event.description == 'Deploy preview ready!'
runs-on: ubuntu-latest
steps:
- name: debug
run: |
echo ${{ github.event.state }}
echo ${{ github.event.sender }}
echo ${{ github.event.name }}
echo ${{ github.event.description }}
- name: Find PR associated with this push
uses: jwalton/gh-find-current-pr@v1
id: findPr
Expand Down

0 comments on commit 789ef79

Please sign in to comment.