name: {{ jobName }}
if: github.repository_owner == 'npm' {{~#if jobIf}} && {{{ jobIf }}}{{/if}}
runs-on: ubuntu-latest
defaults:
  run:
    shell: bash
steps:
  {{> stepsSetupYml }}
