Skip to content

Commit

Permalink
Remove check-master job (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Sep 4, 2023
1 parent 192ed95 commit 6490ad3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ jobs:
git submodule update --recursive --remote
git diff --exit-code
check-master:
runs-on: ubuntu-latest
needs: [check-submodules]
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Check master points to main
run: |
for s in ./submodules/*/ ; do
pushd "$s"
rem_master_hash=$(git ls-remote --exit-code --quiet --heads origin master | awk '{ print $1}')
git diff --exit-code ${rem_master_hash} || (echo "Broken Master in $s" ; exit 1)
popd >/dev/null
done
check-urls:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6490ad3

Please sign in to comment.