Verify SSE settings checksum before and after uploading an object (#745) #770
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: Integration tests | |
on: | |
push: | |
branches: [ "main", "wf-changes/**" ] | |
merge_group: | |
types: [ "checks_requested" ] | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
integration: | |
name: Integration | |
uses: ./.github/workflows/integration.yml | |
with: | |
ref: ${{ github.event.after }} |