Skip to content

Commit

Permalink
for test in my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nshy committed Jun 18, 2024
1 parent 9808507 commit d562d2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/downgrade_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ concurrency:

jobs:
downgrade_versions:
if: github.repository == 'tarantool/tarantool'
if: github.repository == 'nshy/tarantool'

runs-on: ubuntu-20.04-self-hosted
runs-on: ubuntu-20.04

container:
image: docker.io/tarantool/testing:ubuntu-jammy
Expand All @@ -48,6 +48,9 @@ jobs:
# checkout by sha in this case.
ref: github.sha

- name: Fix "dubious ownership" issue
run: git config --global --add safe.directory /__w/tarantool/tarantool

- name: Check downgrade versions
run: ./tools/check-downgrade-versions.sh

Expand Down

0 comments on commit d562d2f

Please sign in to comment.