- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 72 for Push (0.05 seconds)
-
docs/en/docs/js/custom.js
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Sep 22 15:11:52 GMT 2025 - 6.3K bytes - Click Count (2) -
docs/releasing.md
git tag -a parent-$RELEASE_VERSION -m "Version $RELEASE_VERSION" git push && git push --tags sed -i "" \ "s/version = \".*\"/version = \"$NEXT_VERSION\"/g" \ build.gradle.kts git commit -am "Prepare next development version." git push ``` 4. Wait for [GitHub Actions][github_actions] to build and promote the release.Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 19 15:45:22 GMT 2025 - 1.1K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/CollectorTester.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 6.8K bytes - Click Count (0) -
.github/workflows/ci.yml
name: CI on: push: branches: - master pull_request: branches: - master permissions: contents: read jobs: test: permissions: actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows contents: read # for actions/checkout to fetch code name: "${{ matrix.root-pom }} on JDK ${{ matrix.java }} on ${{ matrix.os }}" strategy: matrix:Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Dec 01 19:32:55 GMT 2025 - 4.7K bytes - Click Count (0) -
src/cmd/asm/internal/lex/input.go
if macro.args == nil { in.Push(NewSlice(in.Base(), in.Line(), macro.tokens)) return } tok := in.Stack.Next() if tok != '(' { // If the macro has arguments but is invoked without them, all we push is the macro name. // First, put back the token. in.peekToken = tok in.peekText = in.text in.peek = true in.Push(NewSlice(in.Base(), in.Line(), []Token{Make(macroName, macro.name)}))Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Nov 12 03:59:40 GMT 2025 - 12.4K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
fetch-depth: 0 - name: Setup java uses: actions/setup-java@v5 with: distribution: temurin java-version: 17 - name: Update Gradle to latest nightly and push to devprod/upgrade-to-latest-wrapper run: | set -eu git config --global user.email "******@****.***" git config --global user.name "GitHub Action"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0) -
.github/workflows/arm-cd.yml
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== name: ARM CD on: push: tags: - v2.** branches: - r2.** schedule: - cron: '0 8 * * *' permissions: contents: read jobs: build:Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 3K bytes - Click Count (0) -
.github/workflows/arm-ci-extended.yml
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== name: ARM CI Extended on: push: tags: - v2.** schedule: - cron: '0 4 * * *' permissions: contents: read jobs: build: if: github.repository == 'tensorflow/tensorflow' # Don't do this in forksCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 2.6K bytes - Click Count (0) -
.github/workflows/arm-ci-extended-cpp.yml
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== name: ARM CI Extended C++ on: push: tags: - v2.** schedule: - cron: '0 2 * * *' permissions: contents: read jobs: build: if: github.repository == 'tensorflow/tensorflow' # Don't do this in forksCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 2.5K bytes - Click Count (0) -
.github/workflows/pre-commit.yml
- name: Run prek - pre-commit id: precommit run: uvx prek run --from-ref origin/${GITHUB_BASE_REF} --to-ref HEAD --show-diff-on-failure continue-on-error: true - name: Commit and push changes if: env.HAS_SECRETS == 'true' run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add -ACreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 23 11:17:16 GMT 2025 - 3K bytes - Click Count (0)