Skip to content

Commit

Permalink
Release-1.99.102 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: komish-impersonator <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
komish-impersonator and github-actions[bot] authored Nov 25, 2024
1 parent 5242e20 commit 8019283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
user: ${{ github.event.pull_request.user.login }}

determine-workflow-conditions:
name: Workflow Test
name: Determine Workflow Conditions
needs: [check-contributor]
runs-on: ubuntu-22.04
if: |
Expand All @@ -26,7 +26,7 @@ jobs:
outputs:
run-tests: ${{ steps.check_request.outputs.run-tests }}
is-charts-release-branch: ${{ steps.check_if_release_pr.outputs.charts_release_branch }}
test-tags: ${{ needs.determine-workflow-conditions.outputs.test-tags }}
test-tags: ${{ steps.determine-test-tags.outputs.test-tags }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions scripts/foo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /usr/bin/env bash

echo "Fake change for dev testing 1.99.101"

0 comments on commit 8019283

Please sign in to comment.