<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>GitHub Actions</anon>
  </categories>
  <description>はじめに 以下のようなコードを書いた際に、果たして順序は常に同じになるでしょうか。 name: test on: workflow_dispatch: jobs: test-matrix: runs-on: ubuntu-latest # 実行される順番は常に 1 -&gt; 2 -&gt; 3 かどうか strategy: matrix: value: [1, 2, 3] max-parallel: 1 steps: - name: Dump run: | echo &quot;Value: ${{ matrix.value }}&quot; 実際に利用している例結論一意に定まるのですが、備忘録もかねて参照先を残しておきま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2025%2F04%2F28%2F120000&quot; title=&quot;【Actions】matrixでmax-parallelを1にした場合はジョブの実行順序が一意に決定されるかどうか - はなちるのマイノート&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/h/hanaaaaaachiru/20250420/20250420220311.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-04-28 12:00:00</published>
  <title>【Actions】matrixでmax-parallelを1にした場合はジョブの実行順序が一意に決定されるかどうか</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2025/04/28/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
