Skip to content

Commit

Permalink
Merge pull request #86 from BenjamenMeyer/enhancement_migrations-2
Browse files Browse the repository at this point in the history
GH: Cleanup
  • Loading branch information
BenjamenMeyer authored Jan 9, 2021
2 parents c39184f + 5b10cca commit 15586e6
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci-gh-actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Stack-In-A-Box CI

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
Expand All @@ -13,9 +13,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
if: ${{ github.event_name }} == 'pull_request'
- uses: actions/checkout@v2
if: ${{ github.event_name }} != 'pull_request'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -35,9 +32,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
if: ${{ github.event_name }} == 'pull_request'
- uses: actions/checkout@v2
if: ${{ github.event_name }} != 'pull_request'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -48,9 +42,7 @@ jobs:
run: tox -v -e py${{ matrix.python-version }} -- -v
- name: Run Tox Optional Modules
run: tox -v -e py3-httpretty,py3-requests-mock,py3-responses -- -v
- name: Build Docs
run: tox -v -e docs -- -v
build:
docs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand All @@ -60,9 +52,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
if: ${{ github.event_name }} == 'pull_request'
- uses: actions/checkout@v2
if: ${{ github.event_name }} != 'pull_request'
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 15586e6

Please sign in to comment.