Skip to content

Bump actions/checkout from 3 to 4 #650

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #650

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2022 Micron Technology, Inc.
name: OpenAPI
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- .github/workflows/openapi.yaml
- .spectral.yaml
- docs/openapi.json
concurrency:
group: ${{ github.workflow }}-ignore-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
openapi:
runs-on: ubuntu-latest
steps:
- run: |
echo "Skipping ${{ github.workflow }}/${{ github.job }}"