Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Nov 30, 2023
1 parent dcefa6e commit aed52f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CI Checks

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [pull_request]

jobs:
dependencies:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CI Tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [pull_request]

jobs:
setup:
Expand Down

0 comments on commit aed52f1

Please sign in to comment.