Skip to content

Commit

Permalink
Fix formatting errors in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 24, 2024
1 parent b8f43b1 commit 5a93a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Continues Integration (Master)

on:
workflow_dispatch:
push:
- master
- main
Expand All @@ -10,7 +9,6 @@ on:
- cron: "0 0 1/7 * *"

jobs:

verify:
uses: ./.github/workflows/checks.yml

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Continues Integration (PR)

on:
pull_request:

jobs:

verify:
uses: ./.github/workflows/checks.yml

examples:
uses: ./.github/workflows/examples.yml

ssl_cert:
uses: ./.github/workflows/ssl_cert.yml

0 comments on commit 5a93a43

Please sign in to comment.