Skip to content

Commit

Permalink
fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Jun 24, 2021
1 parent b571ab5 commit cd95e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

name: CI
name: "CI tests"

on:
pull_request:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ on:
- published

workflow_run:
workflows: ["CI"]
workflows: ["CI tests"]
types:
- completed

jobs:
release:
needs:
- lint
- molecule
runs-on: ubuntu-latest
steps:
- name: galaxy
Expand Down

0 comments on commit cd95e22

Please sign in to comment.