chore(github): ignore permissions path in GitHub actions (#2950)

This commit is contained in:
Sergio Garcia
2023-10-19 17:37:35 +02:00
committed by GitHub
parent a46d7b2ed9
commit a88877bf7c

View File

@@ -25,6 +25,7 @@ jobs:
.github/** .github/**
README.md README.md
docs/** docs/**
permissions/**
- name: Install poetry - name: Install poetry
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true' if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: | run: |