Skip to content

Commit

Permalink
Check out correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Nov 7, 2021
1 parent b63433f commit d8e2ce1
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/test.yml
@@ -1,33 +1,10 @@
name: "build-test"
on: # rebuild any PRs and main branch changes
check_run:
check_suite:
create:
delete:
deployment:
deployment_status:
fork:
gollum:
issue_comment:
issues:
label:
milestone:
page_build:
project:
project_card:
project_column:
public:
pull_request:
pull_request_review:
pull_request_review_comment:
push:
# branches:
# - master
# - 'releases/*'
registry_package:
release:
status:
watch:

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -48,6 +25,8 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./
with:
status: starting
Expand Down Expand Up @@ -82,6 +61,8 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- id: build
run: |
npm install
Expand Down

0 comments on commit d8e2ce1

Please sign in to comment.