cryptic-game / frontend

The official frontend of Cryptic
https://play.cryptic-game.net
GNU Affero General Public License v3.0
11 stars 15 forks source link

Ignore markdown and vscode folder for actions #369

Closed ClientCrash closed 2 years ago

ClientCrash commented 2 years ago

This reduces the action runs and removes the unecessary wait time if parts of the project change which do not interfere with the code of the project.

MarcelCoding commented 2 years ago

It would be cool if you could also add the pr concurrency

MarcelCoding commented 2 years ago

https://stackoverflow.com/a/71158335

Stack Overflow
Limit GitHub action workflow concurrency on push and pull_request?
I would like to limit concurrency to one run for my workflow: on: pull_request: paths: - 'foo/**' push: paths: - 'foo/**' concurrency: group: ${{ github.workflow }}-${{ ...