Skip to content

chore(deps): update all non-major dependencies to v9.16.0 #12

chore(deps): update all non-major dependencies to v9.16.0

chore(deps): update all non-major dependencies to v9.16.0 #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- alpha
- beta
- master
- renovate/**
jobs:
prepare_jobs:
name: "Prepare: job optimization"
runs-on: ubuntu-latest
outputs:
pr_found: ${{ steps.pr.outputs.pr_found }}
steps:
- name: Get current PR
id: pr
uses: 8BitJonny/[email protected]
with:
filterOutClosed: true
sha: ${{ github.event.pull_request.head.sha }}
# release_semantic_dry:
# needs: prepare_jobs
# name: Release (semantic, dry)
# uses: dargmuesli/github-actions/.github/workflows/[email protected]
# if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
# permissions:
# contents: write
# secrets:
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# with:
# DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/[email protected]
needs: prepare_jobs
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
# needs: release_semantic_dry
# permissions:
# packages: write
with:
PUSH: false
# BUILD_ARGUMENTS: RELEASE_NAME=${{ needs.release_semantic_dry.outputs.new_release_version }}
# TAG: ${{ needs.release_semantic_dry.outputs.new_release_version }}
# release_semantic:
# needs: build
# name: Release (semantic)
# uses: dargmuesli/github-actions/.github/workflows/[email protected]
# permissions:
# contents: write
# secrets:
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}