fix(foundry-vtt): deployment wasn't adding a volume for data if s3 was disabled #21
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint, Test and Deploy Charts | |
on: | |
push: | |
paths-ignore: | |
- charts/** | |
- .github/workflows/** | |
pull_request: | |
paths-ignore: | |
- charts/** | |
- .github/workflows/** | |
jobs: | |
lint-charts: | |
name: Lint Charts | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: "Skip" | |
run: 'echo "No Lint required."' | |
install-charts: | |
name: Install Charts | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: "Skip" | |
run: 'echo "No Install required."' |