Skip to content

Commit

Permalink
ci: rename workflow sphinx-tuttest to Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Jun 14, 2022
1 parent 2fadc31 commit 6fc9ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

Pipeline:
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
uses: ./.github/workflows/sphinx-tuttest.yml
uses: ./.github/workflows/Tests.yml


Automerge:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: doc-test
name: Tests

on:
workflow_call:

jobs:


License-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3

- name: Check Licenses
uses: SymbiFlow/actions/checks@main
Expand All @@ -35,7 +37,7 @@ jobs:
run: ./.github/scripts/generate_job_matrix.py '${{ github.repository }}' Surelog


Test:
Examples:
needs: Matrix
strategy:
fail-fast: false
Expand Down

0 comments on commit 6fc9ec2

Please sign in to comment.