You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Force using artifacts from specific commit? If provided, this will try and use the artifacts from the given commit, regardless of build status'
required: false
type: string
ignore_gitlab_failures:
description: "DANGER Force ignoring any issues with the GitLab artifacts or SSI. Don't use this unless you _really_ know what you're doing"
required: false
type: boolean
default: false
jobs:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Verify running on main release branch
run: |
if [[ "${{ github.ref }}" != "refs/heads/master" ]]; then
echo "Error: This workflow can only be run from the following: master"