Skip to content

Commit

Permalink
basics
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-o committed Nov 24, 2024
1 parent befdcbb commit 45fb2ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/deploy-balena.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/deploy-glhub.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update edge endpoint submodule in the glhub repo
# The edge endpoint is a submodule in the glhub repo. On any PR commit,
# we want to update that submodule.
on:
pull_request:
branches:
- main
jobs:
update-edge-endpoint-submodule-in-glhub:
runs-on: ubuntu-latest

steps:
- name: Checkout glhub
uses: actions/checkout@v3
with:
repository: groundlight/glhub
path: /glhub

- name: list directory
run: |
cd /glhub
ls

0 comments on commit 45fb2ce

Please sign in to comment.