Files
alfresco-content-app/.github/actions/before-install/action.yml
Denys Vuika 33c3d6f5d4 [ACS-6543] switch from aws to gha cache (#3582)
* switch to gha cache

* save cache

* use exact path

* improve cache key

* cleanup

* cleanup

* remove npm registry var

* remove codeowners
2024-01-04 15:25:26 +00:00

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