Skip to content

Commit

Permalink
[feat] Merge ci_master and ci workflows.
Browse files Browse the repository at this point in the history
Based on the comment made here: #6604 (comment)
  • Loading branch information
phoinixgrr committed Aug 22, 2023
1 parent 8fd2320 commit ec0e939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CD
on:
workflow_run:
workflows: ["CI Master"]
workflows: ["CI"]
types:
- completed
branches: ["master"]
permissions:
contents: read
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ci_master.yml

This file was deleted.

0 comments on commit ec0e939

Please sign in to comment.