Get URL for page where the logs will appear for the current job
In a GitHub Actions workflow there are context variables for the current run ID and the current job name. These are sufficient to build a URL like this:
How do I get a workflow to rerun when the container is updated?
I have several repos that use the “latest” of a container in the GitHub Actions workflows. However, they don’t rerun the workflow when the “latest” changes. For example, https://github.com/gridlabd-tutorials/lesson-1 uses the container lfenergy/arras:latest
. I would like the workflow .github/workflows/main.yml
to rerun when the container is updated by the maintainer.
Running a job in GitHub Actions if there has been any failure
I have the following GitHub Actions workflow:
How to run workflow on stale pull requests (no new commits for X number of days)?
I want to run a workflow on stale PRs, i.e. PRs with no new commits for X number of days. The workflow should de-provision Azure resources associated with the PR.
GitHub Actions: How to run workflow on stale pull requests (no new commits for X number of days)?
I want to run a workflow on stale PRs, i.e. PRs with no new commits for X number of days. The workflow should de-provision Azure resources associated with the PR.
Why does GitHub only allow labels and groups when selecting a self-hosted runner?
When selecting a self-hosted runner in a GitHub Actions workflow using the runs-on
attribute, you can only choose a runner by its labels or group, not by the name of the runner itself.
Why does GitHub only allow labels and groups when selecting a self-hosted runner?
When selecting a self-hosted runner in a GitHub Actions workflow using the runs-on
attribute, you can only choose a runner by its labels or group, not by the name of the runner itself.
Why does GitHub only allow labels and groups when selecting a self-hosted runner?
When selecting a self-hosted runner in a GitHub Actions workflow using the runs-on
attribute, you can only choose a runner by its labels or group, not by the name of the runner itself.
Why does GitHub only allow labels and groups when selecting a self-hosted runner?
When selecting a self-hosted runner in a GitHub Actions workflow using the runs-on
attribute, you can only choose a runner by its labels or group, not by the name of the runner itself.
Why does GitHub only allow labels and groups when selecting a self-hosted runner?
When selecting a self-hosted runner in a GitHub Actions workflow using the runs-on
attribute, you can only choose a runner by its labels or group, not by the name of the runner itself.