Skip to content

chore(deps): update swf bundle dependencies #282

chore(deps): update swf bundle dependencies

chore(deps): update swf bundle dependencies #282

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: CI Doc Shim
on:
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
jobs:
run:
strategy:
matrix:
bundle: [k3d-demo, dev]
type: [install, upgrade]
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.bundle }}
run: |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.bundle }} as successful."