Skip to content

Commit

Permalink
TEST: make it work with my fork of Tarantool repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nshy committed Apr 4, 2024
1 parent ea74683 commit a1543c2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ concurrency:

jobs:
entrypoint-tag:
if: github.repository == 'tarantool/tarantool'
runs-on: ubuntu-20.04-self-hosted
if: github.repository == 'nshy/tarantool'
runs-on: ubuntu-latest

steps:
- name: Prepare checkout
Expand All @@ -38,8 +38,3 @@ jobs:
with:
fetch-depth: 0
- run: ./tools/check-entrypoint.sh
- name: Send VK Teams message on failure
if: failure()
uses: ./.github/actions/report-job-status
with:
bot-token: ${{ secrets.VKTEAMS_BOT_TOKEN }}

0 comments on commit a1543c2

Please sign in to comment.