Skip to main content

765 Search results for "runs-on"

GitHub Actions / Share automations /

Reusing workflows

information, see Workflow syntax for GitHub Actions. jobs: reusable_workflow_job: runs-on: ubuntu-latest steps: - uses: actions/labeler@v4 with: repo-token: ${{ secrets

GitHub Actions / Use cases and examples / Deployment /

Deploying with GitHub Actions

Deployment concurrency: production on: push: branches: - main jobs: deployment: runs-on: ubuntu-latest environment: production steps: - name: deploy # ...deployment-specific

GitHub Actions / Write workflows / Choose when workflows run /

Triggering a workflow

this step is performed. on: issues: types: - opened jobs: label_issue: runs-on: ubuntu-latest steps: - env: GH_TOKEN: ${{ secrets.MY_TOKEN }} ISSUE_URL:

REST API / Actions /

REST API endpoints for workflow runs

Actions/ Workflow runs REST API endpoints for workflow runs Use the REST API to interact with workflow runs in GitHub Actions. About workflow runs in GitHub Actions

GitHub Actions / Manage workflows and deployments / Manage workflow runs /

Manually running a workflow

When a workflow is configured to run on the workflow_dispatch event, you can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST

Code security / Dependabot / Troubleshoot Dependabot /

Troubleshooting Dependabot on GitHub Actions

are used. YAML name: CI on: pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4

REST API / Checks /

REST API endpoints for check runs

REST API/ Checks/ Check runs REST API endpoints for check runs Use the REST API to manage check runs. Note Write permission for the REST API to interact

GitHub Actions / Manage workflows and deployments / Manage workflow runs /

Re-running workflows and jobs

re-run a workflow run, all failed jobs in a workflow run, or specific jobs in a workflow run up to 30 days after its initial run. About re-running workflows

Code security / CodeQL for VS Code / Getting started /

Running CodeQL queries

You can run queries on CodeQL databases and view the results in Visual Studio Code. About running CodeQL queries The github/codeql repository contains

GitHub Actions / Manage workflows and deployments / Manage workflow runs /

Approving workflow runs from public forks

maintainer with write access may need to approve some workflow runs. About workflow runs from public forks Anyone can fork a public repository, and then