Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed May 17, 2024
1 parent 7dc9eb9 commit b6a0f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main CI
name: build

on:
push:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Scripted maintenance
name: maintenance

on: [push, pull_request_target]
on: [push]

jobs:
maintenance:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit b6a0f20

Please sign in to comment.