Is GitHub Actions down? Check the current status

GitHub Actions is operational

Updated

GitHub Actions not working for you?
Be the first to know when GitHub and other third-party services go down

Join companies like Adobe, Coursera, and Glassdoor that use IsDown to monitor their vendors.

Start Monitoring Your Vendors 14-day free trial · No credit card required · No setup required - just add your vendors

Current GitHub official ongoing incidents

No incidents reported in GitHub's status page

IsDown pulls data from GitHub's status page every few minutes and collects user-reported issues. Refresh the page to see if there are any updates.

GitHub Actions issues reported by users in the last 24 hours

This chart displays the number of user-reported issues over the past 24 hours, grouped into 20-minute intervals. It's normal to see occasional reports, which may be due to individual user issues rather than a broader problem. We only consider an issue widespread if there are multiple reports within a short timeframe.

Latest user comments about GitHub Actions problems

  • P

    Peter

    4 days ago

    Github action stuck queued for runner for 20 minutes

  • J

    Jamie

    22 days ago

    GitActions syn/push is stalling / looking for runner

  • A

    Alejandro

    about 1 month ago

    self-hosted runner not taking jobs even when restarted

  • M

    Mohamad

    about 1 month ago

    The Workflow keeps running and unable to be cancelled

  • I

    Isak

    about 1 month ago

    Blank screen, does not start, says started 4m ago but I cannot see anything?

  • J

    Joshua

    2 months ago

    Large runners not being assigned

  • I

    Ivan

    3 months ago

    Jobs are not getting picked up on GitHub hosted runners

  • A

    Amber

    4 months ago

    All actions are stuck in queue. "Waiting for a runner to pick up this job..."

  • S

    Seb

    4 months ago

    Not getting an action runner assigned

  • C

    Can

    5 months ago

    Queued forever. Facing in last 3 days. Sometimes it runs first jobs but after that queues the others.. Stuck.

  • D

    DimaO

    5 months ago

    Github actions are now getting bigger runners and getting queued forever

  • G

    GitHubUser3

    5 months ago

    Jobs triggered are not reflecting on GitHub Actions page.

  • J

    J

    5 months ago

    Can't find runner or stop action.

  • D

    Dom

    6 months ago

    checkout inconsistently takes 10minutes+ to complete rather than the usual few seconds

  • R

    Roger

    6 months ago

    Github actions stuck on queue

  • S

    siddharth

    6 months ago

    All my workflows are getting queued.....

  • A

    Akhil

    6 months ago

    Github actions are in pending state

  • M

    Mukul

    6 months ago

    Action is queued for very long

  • W

    Will

    6 months ago

    Github action are stuck queueing

  • R

    Regan

    6 months ago

    Github actions stuck in initialization state

  • E

    E

    6 months ago

    Github actions seems to be stuck, all jobs are either queued or cannot be cancelled

  • S

    steven

    6 months ago

    github action jobs are pending

  • G

    Gary

    6 months ago

    Takes over 30 minutes to execute

  • G

    geoffrey

    6 months ago

    all workflow actions pending and cannot be cancelled

  • M

    Mr.V

    6 months ago

    All workflows across repos are frozen with "Queued" jobs

  • A

    Anon

    6 months ago

    Shows action queued; frozen

  • R

    RK

    6 months ago

    Actions are queued waiting for hosted, selfhosted runners

  • M

    Max

    6 months ago

    Actions stuck in queue mode

  • J

    Joshua

    6 months ago

    > Waiting for a runner to pick up this job... Job is waiting for a hosted runner to come online. And nothing happens

  • G

    grif

    6 months ago

    actions endlessly queuing

  • R

    raj

    6 months ago

    github runners are queued

  • R

    Ry

    6 months ago

    Jobs is endlessly queued with the message Waiting for a runner to pick up this job...

  • K

    Kathirvelu

    6 months ago

    After pushing the code. The github action shows in queed status for long time. And even it seems to be slower than usual.

  • B

    B

    8 months ago

    JSON parsing is randomly failing

  • V

    VJ

    8 months ago

    docker-compose: command not found Error: Process completed with exit code 127.

  • K

    kevin

    9 months ago

    actions failing due to unknown errors

  • O

    Ostone

    11 months ago

    Github actions are never ending and their display is not split by step.

  • A

    AtoLrn

    11 months ago

    Github Actions not showing properly and never ending

  • D

    Dmytro

    11 months ago

    Simply queued all jobs and stop deploying

  • A

    Austin

    about 1 year ago

    Build job stuck in queue. Attempts to cancel and then subsequently re-rerun the build resulted in numerous request timeouts ("Unicorn!" page).

  • S

    Sajag

    about 1 year ago

    Github action stuck in queue

  • A

    Alaa

    about 1 year ago

    Github actions doesn't trigger

  • H

    Hassan

    over 1 year ago

    Automatic Triggering of GitHub Actions is not working when I push my changes

  • A

    Anonymous

    over 1 year ago

    Self-hosted runners not picking up jobs

  • V

    Vic

    over 1 year ago

    Not triggering on push to main

  • R

    Rodrigo

    over 1 year ago

    doesnt trigger new builds

GitHub Actions outage history

IsDown has tracked 140 incidents for GitHub Actions since started monitoring GitHub status in April 2020.

Sign up and check all outage history

Actions is part of GitHub. Check the GitHub's status.

14 incidents in 2025

GitHub Actions outages in the last 30 days

Number of Incidents

1 issues

Last incident

29 days ago

Companies that monitor GitHub also follow the status of these services

Monitor All Your Services

Why teams choose IsDown:

  • ✓ Real-time alerts for GitHub and 3850+ cloud services
  • ✓ Unified dashboard for all your vendors
  • ✓ Custom status pages for your team

14-day free trial • No credit card required

Be the first to know when GitHub and other third-party services go down

Get instant alerts when your cloud vendors experience downtime. Create an internal status page to keep your team in the loop and minimize the impact of service disruptions.

Start Monitoring Your Vendors 14-day free trial · No credit card required · No setup required - just add your vendors

Frequently Asked Questions

How does GitHub Actions interact with the GitHub API?

GitHub Actions integrates with the GitHub API to automate repository tasks, trigger workflow runs, and manage job execution. Developers can use the REST API and GraphQL API to query job statuses, retrieve logs, and debug workflows efficiently.

How do status checks impact GitHub Actions workflows?

Required status checks ensure that workflows meet predefined conditions before allowing a merge. If a check fails, GitHub prevents the PR from merging until the issue is resolved. These checks enhance code quality, repository security, and workflow reliability.

How do pull requests work with GitHub Actions?

When a pull request (PR) is created, GitHub Actions can automatically validate code changes. This includes running tests, checking repository configurations, and enforcing branch protections like required status checks and automatic approvals before merging.

How can I resolve common GitHub Actions failures?

Common failures in GitHub Actions may be due to misconfigurations, missing dependencies, API rate limits, or permission restrictions. Checking workflow runs, adjusting configuration settings, and reviewing log outputs in the Actions tab can help diagnose and fix problems.

How does the GitHub Actions dashboard help manage workflows?

The dashboard provides a central view of running workflows, failed jobs, and execution logs. Developers can track workflow progress, restart failed jobs, and analyze logs for debugging to improve automation and reliability.

How can GitHub Actions improve deployment processes?

GitHub Actions automates deployment by integrating with cloud providers, running custom scripts, and validating commit histories. Using webhooks and environment protection rules, workflows can be triggered automatically upon code changes, ensuring seamless rollouts.

Is GitHub Actions slow today?

Currently there's no report of GitHub Actions being slow. Check on the top of the page if there are any reported problems by other users.

How are GitHub Actions outages detected?

IsDown monitors the GitHub Actions official status page every few minutes. We also get reports from users like you. If there are enough reports about an outage, we'll show it on the top of the page.

When was the last GitHub Actions outage?

GitHub Actions last outage was on March 21, 2025 with the title "Intermittent GitHub Actions workflow failures"

GitHub not working for you? How do I know if GitHub is down?

  • Check on the top of the page if there are any reported problems by other users.
  • Find their support at their official website.
  • Find their support contact at their official status page.

How IsDown compares to DownDetector?

IsDown and DownDetector help users determine if a service is having problems. The big difference is that IsDown is a status page aggregator. IsDown monitors a service's official status page to give our customers a more reliable source of information. The integration allows us to provide more details about the outage, like incident title, description, updates, and the parts of the affected service. Additionally, users can create internal status pages and set up notifications for all their third-party services.

Want to be informed about GitHub status changes?

IsDown offers an easy way to monitor GitHub with maximum flexibility

Major Outages Notifications

IsDown monitors Actions for major outages. A major outage is when Actions experiences a critical issue that severely affects one or more services/regions. When GitHub marks an incident as a major outage, IsDown updates its internal status, the customer status page and dashboard. Depending on the customer settings, IsDown will also send notifications.

Minor Outages Notifications

IsDown monitors GitHub status page for minor outages. A minor outage is when Actions experiences a small issue affecting a small percentage of its customer's applications. An example is the performance degradation of an application. When a minor outage occurs, IsDown updates its internal status and shares that information on the customer status page. Depending on the customer settings, IsDown will also send notifications.

Outage Details

IsDown collects all information from the outages published in GitHub status page to provide the most accurate information. If available, we gather the title, description, time of the outage, status, and outage updates. Another important piece of information is the affected services/regions which we use to filter the notifications that impact your business.

Maintenance Feed

GitHub publishes scheduled maintenance events on their status page. IsDown collects all the information for each event and creates a feed that people can follow to ensure they are not surprised by unexpected downtime or problems. We also send the feed in our weekly report, alerting the next maintenances that will take place.

Component Filtering

IsDown monitors GitHub and all their 11 components that can be affected by an outage. IsDown allows you to filter the notifications and status page alerts based on the components you care about. For example, you can choose which components or regions affect your business and filter out all other outages. This way you avoid alert fatigue in your team.

Early Outage Indicators

GitHub and other vendors don’t always report outages on time. Our crowdsourced status platform helps you stay ahead of outages. Users report issues and outages, sharing details on what problems they are facing. We use that info to provide early signs of outages. This way, even without an official update, you can stay ahead of possible problems.

Latest Articles from our Blog

See all the blog articles

Never again lose time looking in the wrong place

14-day free trial · No credit card required · No code required