Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Aug 16, 2022
1 parent 78ad759 commit 90dbaaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/report-job-status/action.yml
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash

- name: Send VK Teams message on failure
uses: tarantool/actions/report-job-status@master
uses: tarantool/actions/report-job-status@ylobankov/fix-pr-link
with:
api-url: ${{ inputs.api-url }}
bot-token: ${{ inputs.bot-token }}
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/lint.yml
Expand Up @@ -2,11 +2,6 @@ name: lint

on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
tags:
- '**'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -89,12 +84,6 @@ jobs:
chat-id: ${{ secrets.VKTEAMS_CHAT_ID }}

checkpatch:
# Run only if the workflow was triggered by a pull request for
# tarantool/tarantool that doesn't have the 'notest' label.
if: github.repository == 'tarantool/tarantool' &&
( github.event_name == 'pull_request' &&
!contains(github.event.pull_request.labels.*.name, 'notest') )

runs-on: ubuntu-20.04-self-hosted

steps:
Expand All @@ -103,6 +92,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
# This should fail.
- name: test
uses: tarantool/checkpatch/.github/actions/checkpatch@master
with:
Expand Down

0 comments on commit 90dbaaa

Please sign in to comment.