Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
selfeki committed Oct 11, 2024
1 parent 8bb9fad commit 49a4cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ruff-wf
on: pull_request
name: ruff
on: push
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: test-wf

on: pull_request
name: test
on: push
jobs:
test-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49a4cc4

Please sign in to comment.