Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ on:
branches:
- main
- stable
schedule:
# We run it once a week as we deem it sufficient to pick up updates to the
# base Ubuntu image.
# Note that this will only update the 'latest' tag (not the 'stable' tag) as
# these scheduled jobs run for the default branch, which is 'main'. It is
# not clear how much the 'stable' tag is used at the moment; if we want the
# 'stable' tag to be updated automatically as well, we can find a
# workaround.
- cron: '15 1 * * 0' # "At 01:15 on Sunday."

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![Docker build](https://github.com/p4lang/third-party/workflows/Build%20and%20push%20latest%20image/badge.svg?branch=main&event=push)


This repository contains third-party dependencies of the software in p4lang. It
can be used to install these dependencies on your machine, but it's primarily
intended for use in automation. The provided Dockerfile is suitable for usage as
Expand Down
Loading