🌱 Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 090ca155fc9b214cbcac536c450455a0e96f52c6 #22
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: Size Label | |
on: pull_request | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
if: github.actor != 'dependabot[bot]' | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |