Add ability to specify s3 restore object tier in post_object_restore … #155
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
name: CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
schedule: | |
- cron: '0 0 * * 1' # At 00:00 on Monday. | |
permissions: | |
contents: read | |
jobs: | |
Shared: | |
uses: fog/.github/.github/workflows/ci.yml@v1.5.0 |