Skip to content

Commit

Permalink
[#68657] .github: workflows: Fix dubious ownership in repository error
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan authored and glatosinski committed Nov 14, 2024
1 parent 1b24044 commit e5fc800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Kenning bare-metal IREE runtime tests

on:
push:
branches: [main]
branches: [main, fix-gha]
pull_request:
branches: [main]
branches: [main, fix-gha]

jobs:
cancel-previous-job:
Expand All @@ -30,6 +30,7 @@ jobs:
lfs: true
- name: Update submodules
run: |
git config --global --add safe.directory $(pwd)
./build_tools/configure_git_url_rewrite.sh
git submodule update --init --recursive
- name: Run README.md snippets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
lfs: false
- name: Update submodules
run: |
git config --global --add safe.directory ${{ github.workspace }}
./build_tools/configure_git_url_rewrite.sh
git submodule update --init --recursive
- name: Build Docker image
Expand Down

0 comments on commit e5fc800

Please sign in to comment.