Skip to content

Commit

Permalink
Test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qixiang committed Mar 22, 2024
1 parent 1446563 commit f1b8898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
RPM_PY_SYS: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Disable Jekyll
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

on:
pull_request:
# pull_request:

push:
branches:
Expand Down

0 comments on commit f1b8898

Please sign in to comment.