mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* switch to gha cache * save cache * use exact path * improve cache key * cleanup * cleanup * remove npm registry var * remove codeowners
12 lines
285 B
YAML
12 lines
285 B
YAML
name: "Before install and variables setup"
|
|
description: "Before install and variables setup"
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- uses: ./.github/actions/setup
|
|
|
|
- name: ADF linking
|
|
if: ${{ github.event_name == 'pull_request'}}
|
|
uses: ./.github/actions/adf-linking
|