Skip to content

Commit

Permalink
Remove redundant checkouts and workflow
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed May 28, 2024
1 parent 85d395c commit de05c77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
python-version: ["3.9", "3.10"]
if: github.repository == 'hyperledger/aries-cloudagent-python' || github.event_name == 'workflow_dispatch'
steps:
- name: checkout
uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/run-unit-tests
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Tests
uses: ./.github/actions/run-unit-tests
with:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit de05c77

Please sign in to comment.