Skip to content

Commit

Permalink
don't use flex-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 29, 2023
1 parent 7d6f480 commit a9044da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/actions/flex-checkout/action.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ jobs:
image: ghcr.io/viamrobotics/rdk-devenv:armhf-beta-81a6398-cache
options: --platform linux/arm/v7
steps:
- uses: ./.github/actions/flex-checkout
- uses: actions/checkout@v4
with:
# todo: github.ref may be right even in target case
ref: ${{ github.event == 'pull_request_target' ? github.event.pull_request.head.sha : github.ref }}
- name: inspect
run: echo head-sha ${{ github.event.pull_request.head.sha }} ref ${{ github.ref }}
- name: build
run: make server-static
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a9044da

Please sign in to comment.