Skip to content

Commit

Permalink
cleanup workflows a little
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent dcf7aa3 commit dc513f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-paper.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push]

name: Build Paper Draft


jobs:
paper:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Code Quality Checks (Lint)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Code Test (Smoke)

on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push]

jobs:
lint:
Expand Down

0 comments on commit dc513f5

Please sign in to comment.