Skip to content

Commit

Permalink
disable ci checks for revert
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Aug 14, 2024
1 parent adfeff7 commit f9a033a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
test-scripts:
name: Test Scripts
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
ensure-frozen-migrations:
name: Ensure Frozen Migrations
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -78,6 +80,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f9a033a

Please sign in to comment.