diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml new file mode 100644 index 0000000..627631c --- /dev/null +++ b/.github/workflows/cache.yml @@ -0,0 +1,9 @@ +name: cache +on: + pull_request: + types: + - closed +jobs: + cache_cleanup: + name: Clean up cache + uses: evva-sfw/.github/clean-cache.yml@main \ No newline at end of file diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index e2116fe..6d8bbc2 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -1,5 +1,4 @@ name: semantic - on: pull_request_target: types: @@ -7,15 +6,8 @@ on: - edited - synchronize - reopened - permissions: pull-requests: read - jobs: - semantic_pr: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + semantic_pr-name: + uses: evva-sfw/.github/semantic-pr.yml@main