Skip to content

Commit

Permalink
Re-added main workflow. Don't setup a branch of gdigital-land-python
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Jun 18, 2024
1 parent 4e6cd81 commit 1c88ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ jobs:
- name: Install dependencies
run: make init

- name: Download digital-land-python
run: git clone https://github.com/digital-land/digital-land-python.git

- name: Switch to the branch we need
run: cd digital-land-python ; git checkout create-organisation ; cd ..

- name: Install the updated package
run: pip install -e digital-land-python

- name: Create the package
run: make package

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
- cron: 0 0 * * *
workflow_dispatch: null
jobs:
# call-workflow:
# uses: digital-land/collection-template/.github/workflows/callable_run.yml@main
# secrets: inherit
call-workflow:
uses: digital-land/collection-template/.github/workflows/callable_run.yml@main
secrets: inherit
build-package:
# needs: call-workflow
needs: call-workflow
uses: ./.github/workflows/build_package.yml
secrets: inherit

0 comments on commit 1c88ff3

Please sign in to comment.