Skip to content

Commit

Permalink
Reduce number of CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Mar 10, 2024
1 parent 94f2e91 commit 97084c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

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

jobs:
# Code formatting.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rust version compatibility check

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

jobs:
build:
Expand Down

0 comments on commit 97084c2

Please sign in to comment.