Skip to content

Bump actions/checkout from 3 to 4 #967

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #967

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: ABI
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "include/**.h"
- "include/**.h.in"
- "lib/**.c"
- "lib/**.h"
- "**/meson.build"
- .github/workflows/abicheck.yaml
- meson_options.txt
- VERSION
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
abicheck:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"