feat: Keep track of seen containers to set "Since" time more accurately #13
This file contains hidden or 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
# CI for skipped files | |
name: CI | |
on: | |
push: | |
branches: [master] | |
paths: ['**.md'] | |
pull_request: | |
types: [opened, synchronize] | |
paths: ['**.md'] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No check required"' |