feat: add load more to runs page if nb of jobs >= 1000 #7953
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
on: | |
push: | |
branches: [main] | |
name: release-please | |
jobs: | |
release-please: | |
name: "Release please" | |
runs-on: ubicloud | |
steps: | |
- uses: GoogleCloudPlatform/release-please-action@v3 | |
with: | |
release-type: simple | |
package-name: windmill | |
token: ${{ secrets.PAT_TOKEN }} |